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>
Mon, 9 Nov 2020 22:27:07 +0000 (22:27 +0000)
Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

browser/app/profile/firefox.js

index fcd4e7fadeb9f4fd05fa87b018be634a5a45dd5e..a4dbd568da576c058746a5811334d3468cd71202 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);