summaryrefslogtreecommitdiff
path: root/firefox-enable-addons.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 16:10:25 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 16:10:25 +0000
commit20f53a2230be53d8484ea334bf7e760b37d5bc1b (patch)
treea3408825c9e3c0e6f300598835ea1f5d761bb5b4 /firefox-enable-addons.patch
parent7e8d9ad8b111581a05b796df00cd8bbd4e134fe5 (diff)
automatic import of firefoxopeneuler24.03_LTS
Diffstat (limited to 'firefox-enable-addons.patch')
-rw-r--r--firefox-enable-addons.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/firefox-enable-addons.patch b/firefox-enable-addons.patch
new file mode 100644
index 0000000..15d0707
--- /dev/null
+++ b/firefox-enable-addons.patch
@@ -0,0 +1,13 @@
+diff -up firefox-55.0/browser/app/profile/firefox.js.addons firefox-55.0/browser/app/profile/firefox.js
+--- firefox-55.0/browser/app/profile/firefox.js.addons 2017-08-02 10:58:30.566363833 +0200
++++ firefox-55.0/browser/app/profile/firefox.js 2017-08-02 10:59:15.377216959 +0200
+@@ -65,7 +65,8 @@ pref("extensions.systemAddon.update.url"
+
+ // Disable add-ons that are not installed by the user in all scopes by default.
+ // See the SCOPE constants in AddonManager.jsm 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);
+