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.
This commit is contained in:
ohfp 2020-08-21 10:45:12 +02:00
parent 6a8272502d
commit 8e118f2a4d
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F

View file

@ -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