user.js

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

commit 49d229b90f75295d09a759be0e34776c35ba48cb
parent f5670636f6cfd09f934f84a4a76895479a2c29fe
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue,  2 May 2017 01:26:59 +1200

remove sync #98
Diffstat:
Muser.js | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/user.js b/user.js @@ -209,12 +209,6 @@ user_pref("social.enabled", false); // (hidden pref) * [1] https://wiki.mozilla.org/FlyWeb * [2] http://www.ghacks.net/2016/07/26/firefox-flyweb/ ***/ 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.