From a75d65011a3f20bc408e7cbed752c2f255bda74b Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 13 Sep 2023 16:44:55 +0200 Subject: [PATCH] enable peerconnexion to allow screen sharing --- home-manager/firefox/conf/privacy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/firefox/conf/privacy.nix b/home-manager/firefox/conf/privacy.nix index 8110895..55cfd61 100644 --- a/home-manager/firefox/conf/privacy.nix +++ b/home-manager/firefox/conf/privacy.nix @@ -93,7 +93,7 @@ # 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 # disabling WebRTC. - "media.peerconnection.enabled" = false; + "media.peerconnection.enabled" = true; # Disable the clipboardevents. # Disable that websites can get notifications if you copy, paste, or cut something