How do I disable Dexecure on my production website?

How do I disable Dexecure on my production website?

Written by Inian Parameshwaran
Last update: Sunday, Apr 21, 2019

There are 3 different ways to go about doing this.

  1. Set optimisationsEnabled option to false in the Dexecure Service worker script.
  2. Replace your Dexecure Service Worker Script file with an empty file. Deleting the file from your server would not work.
  3. Replace the Dexecure installation script with this uninstallation script here. This finds active Service worker registrations and un-registers them.


Installation / Integration - Service Worker Method

Installing Dexecure via a Service Worker

7 articles in this category.
Written by Inian Parameshwaran.