tor-browser

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

realindex.html (326B)


      1 <!DOCTYPE html>
      2 <script>
      3  var securityInfoPresent = !!SpecialPowers.wrap(window).docShell.currentDocumentChannel.securityInfo;
      4  window.parent.postMessage({status: "protocol",
      5                             data: location.protocol,
      6                             securityInfoPresent},
      7                            "*");
      8 </script>