Don't auto-disable extensions in system directories
authorMike Hommey <mh@glandium.org>
Fri, 17 Feb 2012 16:47:15 +0000 (17:47 +0100)
committerMike Hommey <glandium@debian.org>
Tue, 23 Mar 2021 20:46:46 +0000 (20:46 +0000)
Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

browser/app/profile/firefox.js

index ab9d2cdc5bcc8fab8106a4698eec8321bcb04f2e..bd81531beada3ef2fc117721206d47ddf420892b 100644 (file)
@@ -59,7 +59,7 @@ pref("extensions.systemAddon.update.enabled", true);
 
 // Disable add-ons that are not installed by the user in all scopes by default.
 // See the SCOPE constants in AddonManager.jsm for values to use here.
-pref("extensions.autoDisableScopes", 15);
+pref("extensions.autoDisableScopes", 3);
 // Scopes to scan for changes at startup.
 pref("extensions.startupScanScopes", 0);