Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Media Capture and Streams (aka getUserMedia) #5

Open
pes10k opened this issue Jul 22, 2019 · 0 comments
Open

Media Capture and Streams (aka getUserMedia) #5

pes10k opened this issue Jul 22, 2019 · 0 comments

Comments

@pes10k
Copy link

pes10k commented Jul 22, 2019

https://w3c.github.io/mediacapture-main/getusermedia.html

This standard allows sites to query and ask for permission to use attached media devices (cameras, mics, etc).

It has sig privacy problems as is. Its the one that I think we should formally oppose (in its current form) the strongest.

  • It requires the client to generate long-lived unique identifiers per site. I think this is unique in the web platform, and scary enough itself
  • there are numerous ways the exact same functionality could be maintained, with little to no functionality loss to the user, w/o requiring these identifiers (i made some suggestions already in fixed, per origin, device ID creates tracking risk w3c/mediacapture-main#607)
  • identifiers are per origin, not double keyed, despite the groups prior commitment to make identifiers double keyed (e.g. both process and API concerns)
  • etc

This is good functionality, implemented in a bad way. I suggest formally opposing as is, but also working with the group to try and get the functionality working in a more privacy preserving way

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant