tor-browser

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

self-origin.any.js (127B)


      1 "use strict";
      2 
      3 test(function() {
      4  assert_equals(self.origin, "http://" + location.host);
      5 }, "self.origin should be correct");