tor-browser

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

fetch-sw.worker.js (79B)


      1 "use strict";
      2 
      3 // Bug 1328293
      4 self.onfetch = function () {
      5  // do nothing.
      6 };