tor-browser

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

testharness-helper.sub.js (254B)


      1 function generateCrossOriginRedirectImage() {
      2  var target = "http://{{host}}:{{ports[https][0]}}/content-security-policy/support/pass.png";
      3  var url = "/common/redirect.py?location=" + encodeURIComponent(target);
      4  return { url: url, target: target }
      5 }