tor-browser

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

sandbox-new-execution-context-iframe.html (134B)


      1 <body>
      2  <script>
      3    Object.getPrototypeOf(document).changeFromSandboxedIframe = "change from sandboxed iframe";
      4  </script>
      5 </body>