tor-browser

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

bug617558.js (110B)


      1 Array.prototype.__proto__ = Function.prototype;
      2 var x = [1,2,3];
      3 x[0];
      4 
      5 [].__proto__.foo = true;
      6 eval("[]");