tor-browser

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

inject-image.sub.js (164B)


      1 var i = document.createElement('img');
      2 i.src = "http://{{domains[www]}}:{{ports[http][0]}}/content-security-policy/support/fail.png";
      3 document.body.appendChild(i);