tor-browser

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

bug1714531.js (128B)


      1 var p = new Proxy({ get a() { } }, {
      2  defineProperty() {
      3    return true;
      4  }
      5 });
      6 Object.defineProperty(p, "a", { value: 1 });