components/desktop/firefox/patches/firefox-48-donot-disable-locale-addon.patch
changeset 7309 2655ef11c386
parent 5625 e81eb506d8a3
equal deleted inserted replaced
7308:69f1f375673e 7309:2655ef11c386
     6 
     6 
     7 diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
     7 diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
     8 index 5ef66c9..7dcd0f5 100644
     8 index 5ef66c9..7dcd0f5 100644
     9 --- a/browser/app/profile/firefox.js
     9 --- a/browser/app/profile/firefox.js
    10 +++ b/browser/app/profile/firefox.js
    10 +++ b/browser/app/profile/firefox.js
    11 @@ -61,7 +61,7 @@ pref("extensions.hotfix.certs.1.sha1Fingerprint", "F1:DB:F9:6A:7B:B8:04:FA:48:3C
    11 @@ -74,7 +74,7 @@
    12  
    12  
    13  // Disable add-ons that are not installed by the user in all scopes by default.
    13  // Disable add-ons that are not installed by the user in all scopes by default.
    14  // See the SCOPE constants in AddonManager.jsm for values to use here.
    14  // See the SCOPE constants in AddonManager.jsm for values to use here.
    15 -pref("extensions.autoDisableScopes", 15);
    15 -pref("extensions.autoDisableScopes", 15);
    16 +pref("extensions.autoDisableScopes", 11);
    16 +pref("extensions.autoDisableScopes", 11);
    17  
    17  
    18  // Dictionary download preference
    18  // Require signed add-ons by default
    19  pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
    19  pref("xpinstall.signatures.required", true);