ffprofile icon indicating copy to clipboard operation
ffprofile copied to clipboard

Additional WebRTC switches

Open ajay-gh opened this issue 6 years ago • 1 comments

Settings recommended: media.peerconnection.turn.disable = true media.peerconnection.use_document_iceservers = false media.peerconnection.video.enabled = false media.peerconnection.identity.timeout = 1

Title: additional WebRTC switches Description: If you want to make sure every single WebRTC related setting is really disabled change the settings above. Only then you can be 100% sure WebRTC is disabled and doesn't leak privacy related data. It is unclear (not sufficiently tested) whether the switch media.peerconnection.disable is sufficient.

See https://www.privacytools.io/ for more details.

ajay-gh avatar Jan 24 '19 13:01 ajay-gh

I would like to add them only, when they are really needed. media.peerconnection.enabled is already supported in https://github.com/allo-/firefox-profilemaker/blob/master/settings/webrtc.json.

I try to avoid adding too much redundant settings, as you may want to re-enable a feature and it still does not work, because you disabled a lot of sub-settings when disabling the feature, which you need to re-enable as well.

allo- avatar Jan 24 '19 16:01 allo-