allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
782 stars 56 forks source link

Additional WebRTC switches #152

Open ajay-gh opened 5 years ago

ajay-gh commented 5 years ago

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.

allo- commented 5 years ago

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.