Skip to content
Snippets Groups Projects
Unverified Commit 49b80d55 authored by Georg Koppen's avatar Georg Koppen
Browse files

fixup! TB4: Tor Browser's Firefox preference overrides.

Fixes bug 26409. We rely on the fix for Mozilla's bug 1039069 for
providing a spoofed Accept-Language header/JS locale if the user wants
to.
parent d352f450
No related merge requests found
......@@ -147,10 +147,6 @@ pref("browser.zoom.siteSpecific", false);
pref("intl.charset.default", "windows-1252");
pref("browser.link.open_newwindow.restriction", 0); // Bug 9881: Open popups in new tabs (to avoid fullscreen popups)
pref("dom.gamepad.enabled", false); // bugs.torproject.org/13023
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);
// Set video VP9 to 0 for everyone (bug 22548)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment