2024-07-02 09:49:36 +00:00
|
|
|
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
|
2012-08-27 14:02:07 +00:00
|
|
|
|
|
|
|
// Disable add-ons that are not installed by the user in all scopes by default.
|
2024-07-02 09:49:36 +00:00
|
|
|
// See the SCOPE constants in AddonManager.sys.mjs for values to use here.
|
2012-08-27 14:02:07 +00:00
|
|
|
-pref("extensions.autoDisableScopes", 15);
|
|
|
|
+pref("extensions.autoDisableScopes", 0);
|
2013-05-16 10:26:54 +00:00
|
|
|
+pref("extensions.showMismatchUI", false);
|
2017-08-02 09:19:05 +00:00
|
|
|
// Scopes to scan for changes at startup.
|
|
|
|
pref("extensions.startupScanScopes", 0);
|
2012-08-27 14:02:07 +00:00
|
|
|
|