tor-browser

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

bug897403.js (118B)


      1 var f = (function () {}).bind({});
      2 var p = new Proxy(f, {});
      3 Object.defineProperty(p, "caller", {get: function(){}});