tor-browser

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

bug649272.js (133B)


      1 function f(x) {return x;}
      2 x = f(/abc/);
      3 eval("this.__defineSetter__(\"x\", function(){}); x = 3;");
      4 eval("var BUGNUMBER = 233483;");