tor-browser

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

bug1703750.js (84B)


      1 function foo() {
      2    const b = "".match();
      3    try {
      4 foo();
      5    } catch {}
      6 }
      7 foo()