diff options
author | Martin Stransky <stransky@redhat.com> | 2017-04-18 10:36:12 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-04-18 10:36:12 +0200 |
commit | 40d475aa8829c18e344595f10f59e5dbd681cdf7 (patch) | |
tree | 1f029f2dcccef56d93069b2c540c1f3499b0e4aa /firefox-enable-addons.patch | |
parent | Build fix - file-list typo (diff) | |
download | librewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.tar.gz librewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.tar.bz2 librewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.zip |
Updated to 53.0
Diffstat (limited to 'firefox-enable-addons.patch')
-rw-r--r-- | firefox-enable-addons.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/firefox-enable-addons.patch b/firefox-enable-addons.patch index 6728420..3653db1 100644 --- a/firefox-enable-addons.patch +++ b/firefox-enable-addons.patch @@ -1,7 +1,7 @@ -diff -up firefox-48.0/browser/app/profile/firefox.js.addons firefox-48.0/browser/app/profile/firefox.js ---- firefox-48.0/browser/app/profile/firefox.js.addons 2016-07-26 10:56:48.598900568 +0200 -+++ firefox-48.0/browser/app/profile/firefox.js 2016-07-26 11:05:45.199789758 +0200 -@@ -94,7 +94,8 @@ pref("extensions.systemAddon.update.url" +diff -up firefox-53.0/browser/app/profile/firefox.js.addons firefox-53.0/browser/app/profile/firefox.js +--- firefox-53.0/browser/app/profile/firefox.js.addons 2017-04-18 10:03:02.300234728 +0200 ++++ firefox-53.0/browser/app/profile/firefox.js 2017-04-18 10:05:38.170676613 +0200 +@@ -63,7 +63,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. @@ -9,5 +9,5 @@ diff -up firefox-48.0/browser/app/profile/firefox.js.addons firefox-48.0/browser +pref("extensions.autoDisableScopes", 0); +pref("extensions.showMismatchUI", false); - // 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:;"); + // Whether or not webextension themes are supported. + pref("extensions.webextensions.themes.enabled", false); |