tor-browser

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

module_setRan.mjs (119B)


      1 // Set a global flag to indicate that this module was executed.
      2 // eslint-disable-next-line no-undef
      3 moduleRan = true;