]> git.pld-linux.org Git - packages/seamonkey.git/blame - seamonkey-enable-addons.patch
- updated to 2.49.5 (mostly security fixes; lightning, chatzilla and dom-inspector...
[packages/seamonkey.git] / seamonkey-enable-addons.patch
CommitLineData
757edfb3
JB
1--- comm-release/mail/app/profile/all-thunderbird.js.old 2011-11-21 11:20:08.000000000 +0100
2+++ comm-release/mail/app/profile/all-thunderbird.js 2011-12-14 12:40:24.074179826 +0100
c7d608a7
JB
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);
ceb753a6
JB
12--- seamonkey-2.26/suite/browser/browser-prefs.js~ 2013-11-06 19:54:38.789734061 +0100
13+++ seamonkey-2.26/suite/browser/browser-prefs.js 2013-11-06 20:55:33.765611935 +0100
c7d608a7
JB
14@@ -616,7 +616,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);
ceb753a6 19+pref("extensions.autoDisableScopes", 3);
c7d608a7
JB
20
21 // Preferences for AMO integration
22 pref("extensions.getAddons.cache.enabled", true); // also toggles personalized recommendations
ceb753a6
JB
23--- seamonkey-2.26/mozilla/browser/app/profile/firefox.js~ 2013-10-29 02:20:40.000000000 +0100
24+++ seamonkey-2.26/mozilla/browser/app/profile/firefox.js 2013-11-06 20:56:58.633092070 +0100
c7d608a7
JB
25@@ -62,7 +62,7 @@
26
27 // Disable add-ons that are not installed by the user in all scopes by default.
28 // See the SCOPE constants in AddonManager.jsm for values to use here.
29-pref("extensions.autoDisableScopes", 15);
ceb753a6 30+pref("extensions.autoDisableScopes", 3);
c7d608a7
JB
31
32 // Dictionary download preference
33 pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
This page took 0.032851 seconds and 4 git commands to generate.