summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:09 +0000
commitaf424c3a3b62fe8180e9bfdb043c01907525449b (patch)
treea17c40239fa896e12dc4f0ccb64ca0ac9cfdbba9 /debian
parentuser.js: Enabling to use download directory by default. (diff)
downloadfirefox-esr-af424c3a3b62fe8180e9bfdb043c01907525449b.tar.xz
firefox-esr-af424c3a3b62fe8180e9bfdb043c01907525449b.zip
user.js: Enabling system extensions.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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);