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>
Wed, 21 Feb 2024 16:18:14 +0000 (17:18 +0100)
Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

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

index cacc159aa910022f87260d0ed270c77a2fbee473..06ecfc9474ff13663451f274be2352ef8191e57f 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);