diff --git a/service-worker.js b/service-worker.js index c7ca5b09f..df99ae117 100644 --- a/service-worker.js +++ b/service-worker.js @@ -350,7 +350,7 @@ self.addEventListener('message', function (event) { } else if (event.data.action === 'disable') { // On 'disable' message, we disable the fetchEventListener // Note that this code doesn't currently run because the app currently never sends a 'disable' message - // This is because the app may be running as a PWA, and still needs to be able to fetch assets even in jQuery mode + // This is because the app may be running as a PWA, and still needs to be able to fetch assets even in Restricted mode fetchCaptureEnabled = false; } var oldValue;