Don't auto-disable extensions in system directories
authorChristoph Goehre <chris@sigxcpu.org>
Sat, 24 Mar 2012 10:54:43 +0000 (11:54 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Fri, 14 Jun 2024 11:26:00 +0000 (13:26 +0200)
Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

comm/mail/app/profile/all-thunderbird.js

index 4d90b66df4c15451185864a0e4681abdcae7e20e..981dd37dd6fbf0c867a973a6e78a7fc29740a794 100644 (file)
@@ -189,7 +189,7 @@ pref("extensions.systemAddon.update.enabled", true);  // See bug 1462160.
 // Disable add-ons installed into the shared user and shared system areas by
 // default. This does not include the application directory. See the SCOPE
 // constants in AddonManager.jsm for values to use here
-pref("extensions.autoDisableScopes", 15);
+pref("extensions.autoDisableScopes", 3);
 
 // Enable add-ons installed and owned by the application, like the default theme.
 pref("extensions.startupScanScopes", 4);