mudkip@lemdro.id to Programmer Humor@programming.devEnglish · 7 days agoApple forgot to disable production source maps on the App Store web appfiles.catbox.moeimagemessage-square65linkfedilinkarrow-up1674arrow-down19 cross-posted to: [email protected]
arrow-up1665arrow-down1imageApple forgot to disable production source maps on the App Store web appfiles.catbox.moemudkip@lemdro.id to Programmer Humor@programming.devEnglish · 7 days agomessage-square65linkfedilink cross-posted to: [email protected]
minus-squarepanda_abyss@lemmy.calinkfedilinkarrow-up50·7 days agoIt’s how the web worked before minifiers, so kinda but not really. You just have comments and original variable/function names. I’m sure someone will argue this helps scrapers or hackers, but really it’s not that big of a deal.
minus-squaredreamkeeper@literature.cafelinkfedilinkarrow-up2·6 days agoAnyone capable of doing damage already knows how to format and read minified code anyway. I do it in prod all the time when I want to test something with an override, which causes the source map to become invalid.
minus-squareAxolotl@feddit.itlinkfedilinkarrow-up10·edit-27 days agoIt help users that make websites styles! Eg. I have a discord style for fixing their bullshit
It’s how the web worked before minifiers, so kinda but not really.
You just have comments and original variable/function names.
I’m sure someone will argue this helps scrapers or hackers, but really it’s not that big of a deal.
Anyone capable of doing damage already knows how to format and read minified code anyway. I do it in prod all the time when I want to test something with an override, which causes the source map to become invalid.
It help users that make websites styles!
Eg. I have a discord style for fixing their bullshit