tor-browser

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

bug684084-2.js (155B)


      1 function Function() {
      2    try {
      3    var g = this;
      4    g.c("evil", eval);
      5    } catch(b) {}
      6 }
      7 var o0 = Function.prototype;
      8 var f = new Function( (null ) );