tor-browser

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

domain-setter.sub.html (184B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>A page that will likely be same-origin-domain but not same-origin</title>
      4 
      5 <script>
      6 "use strict";
      7 document.domain = "{{host}}";
      8 </script>