tor-browser

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

file_evalInSandbox.html (144B)


      1 <html>
      2    <body>
      3        <script>
      4            document.foo = "bar";
      5            windowfoo = "windowbar";
      6        </script>
      7    </body>
      8 </html>