]> git.pld-linux.org Git - packages/seamonkey.git/blame - seamonkey-enable-addons.patch
- rediffed enable-addons patch
[packages/seamonkey.git] / seamonkey-enable-addons.patch
CommitLineData
a4627aa4
JB
1--- seamonkey-2.53.6/comm/mail/app/profile/all-thunderbird.js.orig 2021-03-06 17:28:54.001239823 +0100
2+++ seamonkey-2.53.6/comm/mail/app/profile/all-thunderbird.js 2021-03-06 17:48:10.610717566 +0100
3@@ -148,7 +148,7 @@
c7d608a7
JB
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
a4627aa4
JB
10 // Enable add-ons installed and owned by the application, like the default theme.
11 pref("extensions.startupScanScopes", 4);
f1319b72
JB
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
6930f277 14@@ -581,7 +581,7 @@
c7d608a7
JB
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
6930f277 17 // constants in AddonManager.jsm for values to use here
c7d608a7 18-pref("extensions.autoDisableScopes", 15);
ceb753a6 19+pref("extensions.autoDisableScopes", 3);
c7d608a7 20
6930f277
JB
21 // Enable add-ons installed and owned by the application, like the default theme.
22 pref("extensions.startupScanScopes", 4);
This page took 0.062654 seconds and 4 git commands to generate.