tor-browser

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

bug632778-1.js (117B)


      1 function f() {
      2    "use strict";
      3 }
      4 g = new Proxy(f, {});
      5 Object.defineProperty(g, "arguments", {set: function(){}});