From af424c3a3b62fe8180e9bfdb043c01907525449b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:54:09 +0200 Subject: user.js: Enabling system extensions. Signed-off-by: Daniel Baumann --- debian/local/pref/user.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'debian') 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); -- cgit v1.2.3