tor-browser

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

bug-1657066.js (147B)


      1 let g = newGlobal({newCompartment: true});
      2 new Debugger(g).onExceptionUnwind = () => null;
      3 g.eval(`import("javascript: throw 1")`).catch(() => 0);