summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:06:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:27 +0000
commit6842a0abb0f4d57f1e809ce670acb32b510a9c6b (patch)
treec0a2e0b1927fc8a4401a62038093ee92183a00a1 /debian
parentuser.js: Enabling to use download directory by default. (diff)
downloadfirefox-6842a0abb0f4d57f1e809ce670acb32b510a9c6b.tar.xz
firefox-6842a0abb0f4d57f1e809ce670acb32b510a9c6b.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 67d95c2af1..0bcaeb5b66 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -563,13 +563,6 @@ user_pref("browser.download.manager.addToRecentDocs", false);
user_pref("browser.download.always_ask_before_handling_new_types", true);
/** EXTENSIONS ***/
-/* 2660: limit allowed extension directories
- * 1=profile, 2=user, 4=application, 8=system, 16=temporary, 31=all
- * The pref value represents the sum: e.g. 5 would be profile and application directories
- * [SETUP-CHROME] Breaks usage of files which are installed outside allowed directories
- * [1] https://archive.is/DYjAM ***/
-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);