user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ec5fdfcdaa9f8f5e9853596ed5455f2f6032ef54
parent e1a5f80063d0feed6a3de98379f3999d47c0081e
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 16 Apr 2017 11:50:08 +1200

0381: disable WebExtension sync
Diffstat:
Muser.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -209,6 +209,10 @@ user_pref("reader.parse-on-load.enabled", false); user_pref("dom.flyweb.enabled", false); /* 0380: disable sync [SETUP] ***/ user_pref("services.sync.enabled", false); // (hidden pref) +/* 0381: disable WebExtension sync + * [1] https://wiki.mozilla.org/WebExtensions/chrome.storage.sync ***/ +user_pref("webextensions.storage.sync.enabled", false); +user_pref("webextensions.storage.sync.serverURL", ""); /*** 0400: QUIET FOX [PART 2] [WARNING] [SETUP] This section has security & tracking protection implications vs privacy concerns vs effectiveness.