[tbb-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] fixup! TB4: Tor Browser's Firefox preference overrides.
mikeperry at torproject.org
mikeperry at torproject.org
Tue Apr 21 22:29:58 UTC 2015
commit 844949ea30735a7494099aeb2be5b61c20583285
Author: Georg Koppen <gk at torproject.org>
Date: Tue Apr 21 14:59:41 2015 +0000
fixup! TB4: Tor Browser's Firefox preference overrides.
---
browser/app/profile/000-tor-browser.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 192159b..a277e9d 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -87,6 +87,8 @@ pref("javascript.use_us_english_locale", true);
// pref("intl.accept_languages", "en-us, en"); // Set by Torbutton
// pref("intl.accept_charsets", "iso-8859-1,*,utf-8"); // Set by Torbutton
// pref("intl.charsetmenu.browser.cache", "UTF-8"); // Set by Torbutton
+// Disable device sensors as possible fingerprinting vector (bug 15758)
+pref("device.sensors.enabled", false);
// Third party stuff
pref("network.cookie.cookieBehavior", 1);
More information about the tbb-commits
mailing list