[tbb-commits] [torbutton/master] Bug 13019: Always explicitly set JS english pref.
mikeperry at torproject.org
mikeperry at torproject.org
Wed Mar 25 17:12:13 UTC 2015
commit dbe9a0d1a60bae8d445a24eca5faf6f7f319ffd0
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Wed Mar 25 10:04:35 2015 -0700
Bug 13019: Always explicitly set JS english pref.
---
src/chrome/content/torbutton.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index 7ef610a..954af85 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -2162,8 +2162,7 @@ function torbutton_update_fingerprinting_prefs() {
m_tb_prefs.clearUserPref("intl.charsetmenu.browser.cache");
if(m_tb_prefs.prefHasUserValue("intl.accept_charsets"))
m_tb_prefs.clearUserPref("intl.accept_charsets");
- if(m_tb_prefs.prefHasUserValue("javascript.use_us_english_locale"))
- m_tb_prefs.clearUserPref("javascript.use_us_english_locale");
+ m_tb_prefs.setBoolPref("javascript.use_us_english_locale", false);
}
} else {
m_tb_prefs.setIntPref("browser.display.max_font_attempts",-1);
More information about the tbb-commits
mailing list