diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:09 +0000 |
commit | af424c3a3b62fe8180e9bfdb043c01907525449b (patch) | |
tree | a17c40239fa896e12dc4f0ccb64ca0ac9cfdbba9 /debian/local | |
parent | user.js: Enabling to use download directory by default. (diff) | |
download | firefox-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/local')
-rw-r--r-- | debian/local/pref/user.js | 7 |
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); |