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:
parent
6a8272502d
commit
8e118f2a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
// 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)
|
// 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
|
// Section : General Settings 3/3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue