[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 8dff562d0af91529afee439af9ea5e7bb33d58f8
Author: Georg Koppen <gk at torproject.org>
Date: Tue Apr 21 13:20:57 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..7967db1 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 video statistics fingerprinting vector (bug 15757)
+pref("media.video_stats.enabled", false);
// Third party stuff
pref("network.cookie.cookieBehavior", 1);
More information about the tbb-commits
mailing list