From 869f60b239f4b29a0f14ff741fe598bd30e23de5 Mon Sep 17 00:00:00 2001 From: fxbrit Date: Mon, 6 Dec 2021 15:24:55 +0100 Subject: [PATCH] improve webrtc description --- librewolf.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librewolf.cfg b/librewolf.cfg index b5eca58..56918a7 100755 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -133,8 +133,8 @@ defaultPref("browser.pagethumbnails.capturing_disabled", true); // disable page * mDNS protects the value on linux, osx and win10+. * these prefs protect the value when allowing mic and camera access, and for win7/8.x. * */ -defaultPref("media.peerconnection.ice.no_host", true); // don't use any private IP for ICE candidate -defaultPref("media.peerconnection.ice.default_address_only", true); // when above is changed use a single interface for ICE candidate, the vpn one when a vpn is used +defaultPref("media.peerconnection.ice.no_host", true); // don't use any private IPs for ICE candidate +defaultPref("media.peerconnection.ice.default_address_only", true); // use a single interface for ICE candidates, the vpn one when a vpn is used defaultPref("media.peerconnection.ice.proxy_only_if_behind_proxy", true); // force webrtc inside proxy, when one is used // autoplay