diff --git a/librewolf.cfg b/librewolf.cfg index 76b9c9c..94ac5ba 100644 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -1873,7 +1873,7 @@ lockPref("network.http.speculative-parallel-limit", 0); // Pref : WebSockets is a technology that makes it possible to open an interactive communication // session between the user's browser and a server. (May leak IP when using proxy/VPN) -lockPref("media.peerconnection.enabled", false); +defaultPref("media.peerconnection.enabled", false); // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // Section : General Settings 3/3