tor-browser

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

testharness-helper.sub.js (302B)


      1 function generateCrossOriginRedirectFrame() {
      2  var target = "http://{{domains[天気の良い日]}}:" + document.location.port + "/content-security-policy/frame-src/support/frame.html";
      3  var url = "/common/redirect.py?location=" + encodeURIComponent(target);
      4  return { url: url, target: target };
      5 }