commented a default pref that has no effect
This commit is contained in:
parent
481275ecb1
commit
7c6bbf4562
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ lockPref("browser.startup.blankWindow", false); // breaks RFP windows resizing
|
||||||
defaultPref("javascript.use_us_english_locale", true);
|
defaultPref("javascript.use_us_english_locale", true);
|
||||||
defaultPref("intl.locale.requested", "en-US");
|
defaultPref("intl.locale.requested", "en-US");
|
||||||
defaultPref("privacy.spoof_english", 2);
|
defaultPref("privacy.spoof_english", 2);
|
||||||
defaultPref("intl.regional_prefs.use_os_locales", false);
|
// defaultPref("intl.regional_prefs.use_os_locales", false); // default
|
||||||
|
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
// --------------------------------------
|
// --------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue