From: Christoph Goehre Date: Sat, 24 Mar 2012 10:54:43 +0000 (+0100) Subject: Don't auto-disable extensions in system directories X-Git-Tag: archive/raspbian/1%115.12.0-1+rpi1~1^2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0e28a71260fe25859993963ccba48fb02af3a7c;p=thunderbird.git Don't auto-disable extensions in system directories Gbp-Pq: Topic prefs Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch --- diff --git a/comm/mail/app/profile/all-thunderbird.js b/comm/mail/app/profile/all-thunderbird.js index c5bd61bdd9..47beb4e512 100644 --- a/comm/mail/app/profile/all-thunderbird.js +++ b/comm/mail/app/profile/all-thunderbird.js @@ -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);