summaryrefslogtreecommitdiff
path: root/firefox-enable-addons.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-08-02 11:19:05 +0200
committerMartin Stransky <stransky@redhat.com>2017-08-02 11:19:05 +0200
commit6468ebc8110135c7342e7548642011eff16cf975 (patch)
treee5d2bb7bc6c39f9780271b3eac3dc64a69a37a5e /firefox-enable-addons.patch
parent- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild (diff)
downloadlibrewolf-fedora-ff-6468ebc8110135c7342e7548642011eff16cf975.tar.gz
librewolf-fedora-ff-6468ebc8110135c7342e7548642011eff16cf975.tar.bz2
librewolf-fedora-ff-6468ebc8110135c7342e7548642011eff16cf975.zip
Updated to 55.0
Diffstat (limited to 'firefox-enable-addons.patch')
-rw-r--r--firefox-enable-addons.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/firefox-enable-addons.patch b/firefox-enable-addons.patch
index 653f19e..15d0707 100644
--- a/firefox-enable-addons.patch
+++ b/firefox-enable-addons.patch
@@ -1,13 +1,13 @@
-diff -up firefox-54.0/browser/app/profile/firefox.js.addons firefox-54.0/browser/app/profile/firefox.js
---- firefox-54.0/browser/app/profile/firefox.js.addons 2017-06-08 13:59:20.504220317 +0200
-+++ firefox-54.0/browser/app/profile/firefox.js 2017-06-08 14:01:54.388653599 +0200
-@@ -66,7 +66,8 @@ pref("extensions.screenshots.system-disa
+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);
- // Add-on content security policies.
- pref("extensions.webextensions.base-content-security-policy", "script-src 'self' https://* moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; object-src 'self' https://* moz-extension: blob: filesystem:;");
bgstack15