tor-browser

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

document-domain-setter.sub.html (48B)


      1 <script>
      2 document.domain = "{{host}}";
      3 </script>