Written by Inian Parameshwaran
Last update: Sunday, Apr 21, 2019
There are 3 different ways to go about doing this.
- Set optimisationsEnabled option to false in the Dexecure Service worker script.
- Replace your Dexecure Service Worker Script file with an empty file. Deleting the file from your server would not work.
- Replace the Dexecure installation script with this uninstallation script here. This finds active Service worker registrations and un-registers them.