Skip to content
Snippets Groups Projects
Verified Commit ab3d9eee 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 63b0d2b6
No related branches found
No related tags found
No related merge requests found
......@@ -613,6 +613,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.
Finish editing this message first!
Please register or to comment