components/desktop/firefox/patches/firefox-48-donot-disable-locale-addon.patch
branchs11u3-sru
changeset 7364 1ac24a377555
parent 7035 4c2f26e9d5ab
--- a/components/desktop/firefox/patches/firefox-48-donot-disable-locale-addon.patch	Fri Nov 18 19:13:03 2016 -0800
+++ b/components/desktop/firefox/patches/firefox-48-donot-disable-locale-addon.patch	Mon Nov 14 04:25:50 2016 -0800
@@ -8,12 +8,12 @@
 index 5ef66c9..7dcd0f5 100644
 --- a/browser/app/profile/firefox.js
 +++ b/browser/app/profile/firefox.js
-@@ -61,7 +61,7 @@ pref("extensions.hotfix.certs.1.sha1Fingerprint", "F1:DB:F9:6A:7B:B8:04:FA:48:3C
+@@ -74,7 +74,7 @@
  
  // 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", 11);
  
- // Dictionary download preference
- pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
+ // Require signed add-ons by default
+ pref("xpinstall.signatures.required", true);