tor-browser

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

bug645632.js (75B)


      1 function f(o) {
      2    o[{}] = 1;
      3    with(Object) {}
      4 }
      5 f(Object.prototype);