Skip to content
Snippets Groups Projects
Verified Commit 402c32c1 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Add some notes about live-reload, discovered while investigating some
localization issues.
parent 98b8bdd4
No related branches found
No related tags found
1 merge request!1080Bug 42349: Workaround to fix the leak of regional locales
......@@ -624,6 +624,9 @@ pref("corroborator.enabled", false);
// tor-browser#41417: do not allow live reload until we switch to Fluent and
// stop using .textContent.
// Even after that, it might be a good idea to keep it off, as it is not handled
// very well, and it might give a window during which websites could fingerprint
// the change (see tor-browser#42349 and tor-browser#42771).
pref("intl.multilingual.liveReload", false);
// Enable URL query stripping to protect against cross-site tracking (tor-browser#41092)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment