tor-browser

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

change-code-write-protect.js (185B)


      1 // |jit-test| error:Can't change code write protection at runtime
      2 var value = getJitCompilerOptions()["write-protect-code"];
      3 setJitCompilerOption("write-protect-code", Number(!value));