user.js

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

commit 36c791c4bc031e83ba72d19bd828f03dfcfbf8e6
parent ee213f2babba007f943f351dd6601c0525c18d65
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 12 Sep 2018 22:23:59 +0000

remove 2661: *webextensions.keep*

Added in FF51 with defaults false and never changed since
Diffstat:
Muser.js | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/user.js b/user.js @@ -1309,12 +1309,6 @@ user_pref("browser.download.forbid_open_with", true); * [1] archived: https://archive.is/DYjAM ***/ user_pref("extensions.enabledScopes", 1); // (hidden pref) user_pref("extensions.autoDisableScopes", 15); -/* 2661: clear localStorage and UUID when an extension is uninstalled - * [NOTE] Both preferences must be the same - * [1] https://developer.mozilla.org/Add-ons/WebExtensions/API/storage/local - * [2] https://bugzilla.mozilla.org/1213990 ***/ -user_pref("extensions.webextensions.keepStorageOnUninstall", false); -user_pref("extensions.webextensions.keepUuidOnUninstall", false); /* 2662: disable webextension restrictions on certain mozilla domains (also see 4503) (FF60+) * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/ // user_pref("extensions.webextensions.restrictedDomains", "");