ForgottenFlux@lemmy.world to Technology@lemmy.worldEnglish · 2 months agoFirefox rolls out Total Cookie Protection by default to all desktop users worldwide | It is Firefox’s strongest privacy protection to date, confining cookies to the site where they were createdblog.mozilla.orgexternal-linkmessage-square210fedilinkarrow-up118arrow-down10 cross-posted to: privacy@lemmy.mlprivacy@lemmy.ml
arrow-up118arrow-down1external-linkFirefox rolls out Total Cookie Protection by default to all desktop users worldwide | It is Firefox’s strongest privacy protection to date, confining cookies to the site where they were createdblog.mozilla.orgForgottenFlux@lemmy.world to Technology@lemmy.worldEnglish · 2 months agomessage-square210fedilink cross-posted to: privacy@lemmy.mlprivacy@lemmy.ml
minus-squareKairos@lemmy.todaylinkfedilinkEnglisharrow-up0·2 months agoLet me guess, itll still let websites see a list connected microphones and cameras with zero user interaction?
minus-squareBlackmist@feddit.uklinkfedilinkEnglisharrow-up0·2 months agoTrying navigator.mediaDevices.enumerateDevices() .then(function(devices) { devices.forEach(function(device) { console.log(device.kind + ": " + device.label + " id = " + device.deviceId); }); }) it appears to have no label and the ids are randomly generated per site.
minus-squareKairos@lemmy.todaylinkfedilinkEnglisharrow-up0·2 months agoSo it still ahows the number of devices then?
Let me guess, itll still let websites see a list connected microphones and cameras with zero user interaction?
Trying
navigator.mediaDevices.enumerateDevices() .then(function(devices) { devices.forEach(function(device) { console.log(device.kind + ": " + device.label + " id = " + device.deviceId); }); })
it appears to have no label and the ids are randomly generated per site.
So it still ahows the number of devices then?