tor-browser

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

bug1972669.js (117B)


      1 let bigstr = "A".repeat(715827882);
      2 bigstr = bigstr.slice(0, -1) + "\\";
      3 
      4 try {
      5  JSON.stringify(bigstr);
      6 } catch {}