From 8e118f2a4d22967e3a3939a95ddb8ba1f448c542 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Fri, 21 Aug 2020 10:45:12 +0200 Subject: [PATCH] Unlock a blocking WebRTC setting Fixes https://gitlab.com/librewolf-community/browser/macos/-/issues/8 by allowing to also enable `media.peerconnection.enabled` to be set from `about:config` to make it possible to properly use WebRTC. --- librewolf.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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