tor-browser

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

subdomain-flag.www.sub.window.js (135B)


      1 test(() => {
      2  assert_equals(location.hostname, "{{domains[www]}}");
      3 }, "Use of .www. file name flag implies www subdomain");
      4 
      5 done();