diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:50 +0000 |
commit | 13d10d2e96ac8359855a3cc24aaeb6b588e27834 (patch) | |
tree | 8a47a3a6f8d67741f5a4f36a17834f5c3e6f2b02 /debian/local | |
parent | user.js: Enabling to use download directory by default. (diff) | |
download | firefox-13d10d2e96ac8359855a3cc24aaeb6b588e27834.tar.xz firefox-13d10d2e96ac8359855a3cc24aaeb6b588e27834.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 dbb497d1ba..6adeca8fda 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -588,13 +588,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); |