tor-browser

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

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


      1 <!DOCTYPE html>
      2 <title>Relevant/current/blob source page used as a test helper</title>
      3 
      4 <script>
      5 "use strict";
      6 document.domain = "{{host}}";
      7 </script>