Don't auto-disable extensions in system directories
authorMike Hommey <mh@glandium.org>
Fri, 17 Feb 2012 16:47:15 +0000 (17:47 +0100)
committerRaspbian forward porter <root@raspbian.org>
Thu, 17 Nov 2022 10:01:08 +0000 (10:01 +0000)
Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

browser/app/profile/firefox.js

index 84c76fd5eeffb5ef97cfdf9600a1028fac2a8a13..328fd79594e32ec814b47064bd786779b27dd3eb 100644 (file)
@@ -56,7 +56,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);