tor-browser

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

navigateToInsecurePostToParent.html (202B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <script src="/cookies/resources/cookie-helper.sub.js"></script>
      4 <script>
      5      window.location = INSECURE_ORIGIN + "/cookies/resources/postToParent.py";
      6 </script>