thunderbird/firefox-enable-addons.patch
Tomas Popela 15c2e87d6c Sync snapshot of Thunderbird 128 rebase into RHEL 10
To drop the requirements on dbus-glib which we want to remove from RHEL
10.

Related: RHEL-24330
Related: DESKTOP-742
Related: RHELMISC-5474
2024-07-02 14:17:14 +02:00

14 lines
716 B
Diff

diff -up firefox-128.0/browser/app/profile/firefox.js.addons firefox-128.0/browser/app/profile/firefox.js
--- firefox-128.0/browser/app/profile/firefox.js.addons 2024-06-13 11:47:04.255428350 +0200
+++ firefox-128.0/browser/app/profile/firefox.js 2024-06-13 11:53:00.442837371 +0200
@@ -56,7 +56,8 @@ pref("extensions.systemAddon.update.enab
// Disable add-ons that are not installed by the user in all scopes by default.
// See the SCOPE constants in AddonManager.sys.mjs for values to use here.
-pref("extensions.autoDisableScopes", 15);
+pref("extensions.autoDisableScopes", 0);
+pref("extensions.showMismatchUI", false);
// Scopes to scan for changes at startup.
pref("extensions.startupScanScopes", 0);