]> git.pld-linux.org Git - packages/thunderbird.git/blobdiff - enable-addons.patch
up to 91.3.2
[packages/thunderbird.git] / enable-addons.patch
index d0f39e366dda04147f6748c3ba2fc1adc1e8c4c3..30256b7d69656faf3de2fbd9a069618879251c3e 100644 (file)
@@ -7,15 +7,15 @@
 -pref("extensions.autoDisableScopes", 15);
 +pref("extensions.autoDisableScopes", 3);
  
- // Preferences for AMO integration
- pref("extensions.getAddons.cache.enabled", true);
---- comm/suite/browser/browser-prefs.js~       2013-11-06 19:54:38.789734061 +0100
-+++ comm/suite/browser/browser-prefs.js        2013-11-06 20:55:33.765611935 +0100
+ // Enable add-ons installed and owned by the application, like the default theme.
+ pref("extensions.startupScanScopes", 4);
+--- comm/suite/app/profile/suite-prefs.js~     2013-11-06 19:54:38.789734061 +0100
++++ comm/suite/app/profile/suite-prefs.js      2013-11-06 20:55:33.765611935 +0100
 @@ -616,7 +616,7 @@
  // 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);
+ // default. See the SCOPE constants in AddonManager.jsm for values to use here.
+-pref("extensions.autoDisableScopes", 11);
 +pref("extensions.autoDisableScopes", 3);
  
  // Enable add-ons installed and owned by the application, like the default theme.
This page took 0.033261 seconds and 4 git commands to generate.