Are there any drawbacks to disabling Webrtc and plugin scanning? #349
Replies: 1 comment
-
For WebRTC, you can read on the prefs but I wouldn't recommend changing them for practical purposes. If you never use video conferencing in Firefox, then you might be okay. Lines 1050 to 1078 in 429abb6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had an old user.js that included both
media.peerconnection.enabled
andplugin.scan.plid.all
set to false, do these still work or are they unnecessary? I read a long time ago that Webrtc can leak your IP and the second setting prevents sites from knowing what extensions you have, so I was wondering if I can just add them directly to the overrides section.Beta Was this translation helpful? Give feedback.
All reactions