tor-browser

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

multi-globals-subframe-1.sub.html (325B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Multi-globals test outer subframe</title>
      4 
      5 <script>
      6 "use strict";
      7 document.domain = "{{hosts[][]}}";
      8 </script>
      9 
     10 <iframe src="http://{{hosts[][]}}:{{ports[http][0]}}/html/browsers/browsing-the-web/navigating-across-documents/resources/multi-globals-subframe-2.sub.html"></iframe>