tor-browser

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

bug1292522_iframe.html (221B)


      1 <!DOCTYPE html>
      2 <html><head><title>iframe</title></head>
      3  <body> 
      4    <p>var testvar = "testiframe"</p>
      5    <script>
      6      document.domain='example.org';
      7      var testvar = "testiframe";
      8    </script>
      9  </body>
     10 </html>