tor-browser

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

background.js (117B)


      1 browser.runtime.onUpdateAvailable.addListener(() => {
      2  // Do nothing, this is just here to prevent auto update.
      3 });