Skip to content
Snippets Groups Projects
Commit 8ba9d8e3 authored by Mike Perry's avatar Mike Perry
Browse files

fixup! Tor Browser's Firefox preference overrides.

Bug #10237: Disable the media cache to prevent disk leaks.
Bug #10703: Force the default charset to avoid locale fingerprinting.
parent 82964ade
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ pref("signon.rememberSignons", false);
pref("browser.formfill.enable", false);
pref("signon.autofillForms", false);
pref("browser.sessionstore.privacy_level", 2);
pref("media.cache_size", 0);
// Misc privacy: Remote
pref("browser.send_pings", false);
......@@ -70,6 +71,7 @@ pref("general.useragent.vendorSub", "");
pref("dom.enable_performance", false);
pref("plugin.expose_full_path", false);
pref("browser.zoom.siteSpecific", false);
pref("intl.charset.default", "windows-1252");
// 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
......
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