tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test-csp-violation-event-handler.html (235B)


      1 <html>
      2      <head>
      3        <title>CSP Inline Event Handlers Violations Test</title>
      4      </head>
      5      <body onload="document.body.textContent = 'JavaScript executed!';">
      6        JavaScript should not execute.
      7      </body>
      8 </html>