tor-browser

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

reject-install-worker.js (75B)


      1 self.oninstall = function(event) {
      2  event.waitUntil(Promise.reject());
      3 };