summaryrefslogtreecommitdiffstats
path: root/debian/local/pref/user.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:25:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:25:39 +0000
commit8d6709857cc2a4af47641d30dd295c6d839591ca (patch)
tree28ae10f0de807e8e740812013c9677c24923dd97 /debian/local/pref/user.js
parentuser.js: Enabling to use download directory by default. (diff)
downloadfirefox-esr-8d6709857cc2a4af47641d30dd295c6d839591ca.tar.xz
firefox-esr-8d6709857cc2a4af47641d30dd295c6d839591ca.zip
user.js: Enabling system extensions.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/local/pref/user.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index eeb93d5385..9beff2a117 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -575,13 +575,6 @@ user_pref("browser.download.manager.addToRecentDocs", false);
user_pref("browser.download.always_ask_before_handling_new_types", true);
/** EXTENSIONS ***/
-/* 2660: lock down allowed extension directories
- * [SETUP-CHROME] This will break extensions, language packs, themes and any other
- * XPI files which are installed outside of profile and application directories
- * [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
- * [1] https://archive.is/DYjAM (archived) ***/
-user_pref("extensions.enabledScopes", 5); // [HIDDEN PREF]
-user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
/* 2661: disable bypassing 3rd party extension install prompts [FF82+]
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331 ***/
user_pref("extensions.postDownloadThirdPartyPrompt", false);