Comment on Apple forgot to disable production source maps on the App Store web app
mudkip@lemdro.id 3 weeks agoWell it’s not like clicking view source, it is clicking view source. But yes, they forgot to hide their code.
Comment on Apple forgot to disable production source maps on the App Store web app
mudkip@lemdro.id 3 weeks agoWell it’s not like clicking view source, it is clicking view source. But yes, they forgot to hide their code.
FreedomAdvocate@lemmy.net.au 3 weeks ago
But they don’t need to hide their code because there’s nothing to hide.
mudkip@lemdro.id 3 weeks ago
Then how do you explain the fact that they removed it a few hours after it was posted? 🤡
FreedomAdvocate@lemmy.net.au 3 weeks ago
Because of people like you thinking they fucked up and spreading FUD?
If you knew anything about software development and the internet you would understand that there was no issue here. It’s all client side code. It’s not hiding any secrets, it’s not stuff that is any use to anyone.
mudkip@lemdro.id 3 weeks ago
Not about client-side vs server-side. It’s unminified source code containing comments, links to internal tickets and private repositories. That’s the exact reason it’s meant to be stripped at build time, not because of FUD but because it’s a legitimate risk.