]> git.pld-linux.org Git - packages/seamonkey.git/blob - seamonkey-enable-addons.patch
09cdbc8233249b337eacc8c9d8a6929eab71ef0e
[packages/seamonkey.git] / seamonkey-enable-addons.patch
1 --- seamonkey-2.53.6/comm/mail/app/profile/all-thunderbird.js.old       2011-11-21 11:20:08.000000000 +0100
2 +++ seamonkey-2.53.6/comm/mail/app/profile/all-thunderbird.js   2011-12-14 12:40:24.074179826 +0100
3 @@ -138,7 +138,7 @@ pref("extensions.update.autoUpdateDefaul
4  // Disable add-ons installed into the shared user and shared system areas by
5  // default. This does not include the application directory. See the SCOPE
6  // constants in AddonManager.jsm for values to use here
7 -pref("extensions.autoDisableScopes", 15);
8 +pref("extensions.autoDisableScopes", 0);
9  
10  // Preferences for AMO integration
11  pref("extensions.getAddons.cache.enabled", true);
12 --- seamonkey-2.53.4/comm/suite/app/profile/suite-prefs.js.orig 2020-08-10 13:28:35.000000000 +0200
13 +++ seamonkey-2.53.4/comm/suite/app/profile/suite-prefs.js      2020-10-09 07:09:53.453582063 +0200
14 @@ -581,7 +581,7 @@
15  // Disable add-ons installed into the shared user and shared system areas by
16  // default. This does not include the application directory. See the SCOPE
17  // constants in AddonManager.jsm for values to use here
18 -pref("extensions.autoDisableScopes", 15);
19 +pref("extensions.autoDisableScopes", 3);
20  
21  // Enable add-ons installed and owned by the application, like the default theme.
22  pref("extensions.startupScanScopes", 4);
This page took 0.074637 seconds and 2 git commands to generate.