tor-browser

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

worker_discardSystemSource.js (128B)


      1 function canary() {
      2  // eslint-disable-next-line no-unused-vars
      3  var someBitOfSource = 42;
      4 }
      5 
      6 postMessage(canary.toString());