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

fixup! Firefox preference overrides.

Missing comments on tor-browser.git. To be moved there.
parent 4a51780d
Branches
Tags
1 merge request!694Bug 41796: Rebased on top of FIREFOX_ESR_115_BASE
......@@ -372,6 +372,8 @@ pref("network.http.http2.enable-hpack-dump", false, locked);
// (defense in depth measure)
pref("network.gio.supported-protocols", "");
pref("media.peerconnection.enabled", false); // Disable WebRTC interfaces
// Mullvad browser enables WebRTC by default, therefore the following 2 prefs
// are first-line defense, rather than "in depth" (mullvad-browser#40)
// tor-browser#41667 - Defense in depth: use mDNS to avoid local IP leaks on Android too if user enables WebRTC
pref("media.peerconnection.ice.obfuscate_host_addresses", true);
// tor-browser#41671 - Defense in depth: connect using TURN only, to avoid IP leaks if user enables WebRTC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment