enable peerconnexion to allow screen sharing

This commit is contained in:
Yorick Barbanneau 2023-09-13 16:44:55 +02:00
parent cac01f421e
commit a75d65011a

View file

@ -93,7 +93,7 @@
# Disables the WebRTC function, which gives away your local ips. Some addons like # Disables the WebRTC function, which gives away your local ips. Some addons like
# uBlock origin provide settings to prevent WebRTC from exposing local ips without # uBlock origin provide settings to prevent WebRTC from exposing local ips without
# disabling WebRTC. # disabling WebRTC.
"media.peerconnection.enabled" = false; "media.peerconnection.enabled" = true;
# Disable the clipboardevents. # Disable the clipboardevents.
# Disable that websites can get notifications if you copy, paste, or cut something # Disable that websites can get notifications if you copy, paste, or cut something