22612645 Firefox cannot load language packs automatically
authorStacy Yeh <stacy.yeh@oracle.com>
Thu, 17 Mar 2016 15:36:49 -0700
changeset 5625 e81eb506d8a3
parent 5624 8174ebe3b8ea
child 5626 424dfff0481d
22612645 Firefox cannot load language packs automatically
components/desktop/firefox/patches/firefox-48-donot-disable-locale-addon.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/firefox/patches/firefox-48-donot-disable-locale-addon.patch	Thu Mar 17 15:36:49 2016 -0700
@@ -0,0 +1,19 @@
+By default, Firefox disables the installation of 3rd party add-ons, including
+language packs. We want to enable language packs by default, so set 
+this to enable add-ons that are bundled with Firefox but will still disable 
+third-party add-ons for security.
+Solaris specific patch, will not send upstream.
+
+diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
+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
+ 
+ // 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/");