restrict access to navigator.mediaDevices.enumerateDevices #5612
Labels
feature/shields/fingerprint
The fingerprinting (aka: "device recognition") protection provided in Shields
priority/P3
The next thing for us to work on. It'll ride the trains.
privacy/chromium-redqueen
Work to remove or improve privacy-harming "features" added in Chromium.
privacy/tracking
Preventing sites from tracking users across the web
privacy
Milestone
window.navigator.mediaDevices.enumerateDevices allows a site, unpermissioned, to learn a about device capabilities (number and category [video,audio,etc]) of available devices.
Its a nasty, used in the wild FP vector. We should gate it behind similar permissions, or otherwise restrict its access.
Mozilla is working on some similar approaches
https://bugzilla.mozilla.org/show_bug.cgi?id=1397978
https://bugzilla.mozilla.org/show_bug.cgi?id=1528042
Related: #2655
The text was updated successfully, but these errors were encountered: