Just some Internet guy

He/him/them 🏳️‍🌈

  • 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • Yes, a lot safer. Even bugs in the renderer or media player would typically be triggered by JavaScript by say, moving elements around really fast or whatever.

    Without JavaScript, the browser renders that page and that’s it, there’s no JS to modify it or open popups, nothing to dynamically load/refresh content. The most you can do without JS is animations and responding to simple events like changing the color of a button when the mouse is over it. So your only shot to attack this is the renderer during initial page load, once.