From ed735f875cf941737738576b790ac29ed90de260 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 29 Jun 2019 02:44:37 +0000 Subject: [PATCH] 2001: WebRTC setup tag #605 --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index d4d5b21..90d9204 100644 --- a/user.js +++ b/user.js @@ -910,6 +910,8 @@ user_pref("media.eme.enabled", false); /*** [SECTION 2000]: MEDIA / CAMERA / MIC ***/ user_pref("_user.js.parrot", "2000 syntax error: the parrot's snuffed it!"); /* 2001: disable WebRTC (Web Real-Time Communication) + * [SETUP-WEB] WebRTC can leak your IP address from behind your VPN, but if this is not + * in your threat model, and you want Real-Time Communication, this is the pref for you * [1] https://www.privacytools.io/#webrtc ***/ user_pref("media.peerconnection.enabled", false); /* 2002: limit WebRTC IP leaks if using WebRTC