summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:05 +0000
commit8d5cc3799de199e8d5043e10ec15729b152549a9 (patch)
tree9d518c8d946e60cfaf07eb9e5ed8ec4257d83b07 /debian
parentuser.js: Reverting to default cross-origin policy. (diff)
downloadfirefox-esr-8d5cc3799de199e8d5043e10ec15729b152549a9.tar.xz
firefox-esr-8d5cc3799de199e8d5043e10ec15729b152549a9.zip
user.js: Reverting to default WebRTC preferences.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/local/pref/user.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index ebfdee3523..992da4d01b 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -500,13 +500,6 @@ user_pref("privacy.userContext.ui.enabled", true);
/*** [SECTION 2000]: PLUGINS / MEDIA / WEBRTC ***/
user_pref("_user.js.parrot", "2000 syntax error: the parrot's snuffed it!");
-/* 2002: force WebRTC inside the proxy [FF70+] ***/
-user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
-/* 2003: force a single network interface for ICE candidates generation [FF42+]
- * When using a system-wide proxy, it uses the proxy interface
- * [1] https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate
- * [2] https://wiki.mozilla.org/Media/WebRTC/Privacy ***/
-user_pref("media.peerconnection.ice.default_address_only", true);
/* 2004: force exclusion of private IPs from ICE candidates [FF51+]
* [SETUP-HARDEN] This will protect your private IP even in TRUSTED scenarios after you
* grant device access, but often results in breakage on video-conferencing platforms ***/