diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:04:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:04:56 +0000 |
commit | 92234849fe3498ba61cbd6be63f9d96d3c03bd85 (patch) | |
tree | f27e16e3370a67e4772a47ea0ce13c477d896cfb | |
parent | user.js: Reverting to default cross-origin policy. (diff) | |
download | firefox-92234849fe3498ba61cbd6be63f9d96d3c03bd85.tar.xz firefox-92234849fe3498ba61cbd6be63f9d96d3c03bd85.zip |
user.js: Reverting to default WebRTC preferences.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/pref/user.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index d5b1dc2743..a36f8a9073 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -832,20 +832,6 @@ user_pref("media.eme.enabled", false); /*** [SECTION 2000]: MEDIA / CAMERA / MIC ***/ user_pref("_user.js.parrot", "2000 syntax error: the parrot's snuffed it!"); -/* 2001: disable WebRTC (Web Real-Time Communication) - * [SETUP-WEB] WebRTC can leak your IP address from behind your VPN, but if this is not - * in your threat model, and you want Real-Time Communication, this is the pref for you - * [1] https://www.privacytools.io/#webrtc ***/ -user_pref("media.peerconnection.enabled", false); -/* 2002: limit WebRTC IP leaks if using WebRTC - * In FF70+ these settings match Mode 4 (Mode 3 in older versions) [3] - * [TEST] https://browserleaks.com/webrtc - * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1189041,1297416,1452713 - * [2] https://wiki.mozilla.org/Media/WebRTC/Privacy - * [3] https://tools.ietf.org/html/draft-ietf-rtcweb-ip-handling-12#section-5.2 ***/ -user_pref("media.peerconnection.ice.default_address_only", true); -user_pref("media.peerconnection.ice.no_host", true); // [FF51+] -user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true); // [FF70+] /* 2010: disable WebGL (Web Graphics Library) * [SETUP-WEB] When disabled, may break some websites. When enabled, provides high entropy, * especially with readPixels(). Some of the other entropy is lessened with RFP (see 4501) |