tor-browser

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

doc_console_iframe.html (383B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf8">
      5  <title>Test fission iframe document</title>
      6  <!-- Any copyright is dedicated to the Public Domain.
      7     - http://creativecommons.org/publicdomain/zero/1.0/ -->
      8 </head>
      9  <body>
     10    <p>remote iframe</p>
     11    <script>
     12    "use strict";
     13      console.log(`${document.location.origin} iframe log`);
     14    </script>
     15  </body>
     16 </html>