aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/storage.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/storage.js')
-rw-r--r--src/js/storage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/storage.js b/src/js/storage.js
index aec5a98..ac87a64 100644
--- a/src/js/storage.js
+++ b/src/js/storage.js
@@ -662,7 +662,7 @@
// https://github.com/gorhill/uBlock/issues/540
// Disabling local mirroring for the time being
userSettings.experimentalEnabled = false;
- µb.mirrors.toggle(userSettings.experimentalEnabled);
+ µb.mirrors.toggle(false /* userSettings.experimentalEnabled */);
µb.contextMenu.toggle(userSettings.contextMenuEnabled);
µb.dynamicNetFilteringEngine.fromString(userSettings.dynamicFilteringString);