ForgottenFlux@lemmy.world to Technology@lemmy.worldEnglish · 3 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-square226fedilinkarrow-up12.29Karrow-down117 cross-posted to: librewolf@lemmy.mlprivacy@lemmy.mlfirefox@lemmy.mllealternative@feddit.itprivacy@lemmy.mltechnology@lemmy.mlfirefox@lemmy.ml
arrow-up12.28Karrow-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 · 3 months agomessage-square226fedilink cross-posted to: librewolf@lemmy.mlprivacy@lemmy.mlfirefox@lemmy.mllealternative@feddit.itprivacy@lemmy.mltechnology@lemmy.mlfirefox@lemmy.ml
minus-squareKairoslinkfedilinkEnglisharrow-up2arrow-down21·3 months agoLet me guess, itll still let websites see a list connected microphones and cameras with zero user interaction?
minus-squareBlackmist@feddit.uklinkfedilinkEnglisharrow-up2·3 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-squareKairoslinkfedilinkEnglisharrow-up1arrow-down1·3 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?