]> git.pld-linux.org Git - packages/seamonkey.git/blame_incremental - seamonkey-enable-addons.patch
icu rebuild
[packages/seamonkey.git] / seamonkey-enable-addons.patch
... / ...
CommitLineData
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 @@
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 // Enable add-ons installed and owned by the application, like the default theme.
11 pref("extensions.startupScanScopes", 4);
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
16 // Disable add-ons installed into the shared user and shared system areas by
17 // default. See the SCOPE constants in AddonManager.jsm for values to use here.
18-pref("extensions.autoDisableScopes", 11);
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.085705 seconds and 4 git commands to generate.