tor-browser

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

file_strict_dynamic_js_url.html (350B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Bug 1316826 - 'strict-dynamic' blocking DOM event handlers</title>
      5 </head>
      6 <body>
      7 <div id="testdiv">blocked</div>
      8 
      9 <a id="jslink" href='javascript:document.getElementById("testdiv").innerHTML = "allowed"'>click me</a>
     10 <script nonce="foo">
     11  document.getElementById("jslink").click();
     12 </script>
     13 
     14 </body>
     15 </html>