this post was submitted on 19 Aug 2025
21 points (100.0% liked)
cybersecurity
5121 readers
21 users here now
An umbrella community for all things cybersecurity / infosec. News, research, questions, are all welcome!
Community Rules
- Be kind
- Limit promotional activities
- Non-cybersecurity posts should be redirected to other communities within infosec.pub.
Enjoy!
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm constantly amazed by the misuse of JavaScript. The web worked fine when it was all client side requests and server responses. JavaScript was for GUI and rare edge cases. Then it became the default for every webpage.
This type of JavaScript has absolutely no business being on the client side where it can be modified by the end user.