tor-browser

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

bug-1597970.js (113B)


      1 enableShellAllocationMetadataBuilder();
      2 evaluate(`
      3  gczeal(9,3);
      4  new FinalizationRegistry(function() {});
      5 `);