tor-browser

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

opener-cross-origin.html (107B)


      1 <script>
      2  parent.opener.location.href = "./opener-cross-origin-end.txt"
      3  parent.window.close()
      4 </script>