tor-browser

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

post-your-protocol.html (128B)


      1 <script>
      2  var id = location.search.substring(1);
      3  parent.postMessage({ id: id, protocol: location.protocol }, "*");
      4 </script>