Refactor better-fox.js: Remove unused WebRTC preferences (closes #972)

This commit is contained in:
mauro-balades
2024-09-08 12:02:11 +02:00
parent 8ec5473b97
commit 79c0402c70

View File

@@ -104,10 +104,6 @@ pref("network.IDN_show_punycode", true);
/** CONTAINERS ***/
pref("privacy.userContext.ui.enabled", true);
/** WEBRTC ***/
pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
pref("media.peerconnection.ice.default_address_only", true);
/** SAFE BROWSING ***/
pref("browser.safebrowsing.downloads.remote.enabled", false);