tor-browser

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

bug1483183.js (110B)


      1 if (!('stackTest' in this))
      2    quit();
      3 
      4 stackTest(new Function(`
      5 newGlobal({
      6  sameZoneAs: []
      7 }).frame;
      8 `));