[tor-bugs] #16328 [Tor Browser]: Alter/Disable MediaDevices.enumerateDevices
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Apr 11 12:45:09 UTC 2016
#16328: Alter/Disable MediaDevices.enumerateDevices
-------------------------------------------------+-------------------------
Reporter: mikeperry | Owner: tbb-
Type: defect | team
Priority: Medium | Status: new
Component: Tor Browser | Milestone:
Severity: Normal | Version:
Keywords: ff45-esr, tbb-fingerprinting, | Resolution:
tbb-6.0a5, TorBrowserTeam201604 | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by gk):
Yes, that's true and I guess much less involved than allowing that
"feature" but neutering its tracking/fingerprinting potential.
However, it seems to me we might not need to do anything here. Testing
with
{{{
navigator.mediaDevices.enumerateDevices()
.then(function(devices) {
devices.forEach(function(device) {
console.log(device.kind + ": " + device.label +
" id = " + device.deviceId);
});
})
.catch(function(err) {
console.log(err.name + ": " + err.message);
});
}}}
it showed devices with a vanilla Firefox 45. But with a Tor Browser based
on ESR 45 I just get
{{{
TypeError: navigator.mediaDevices is undefined
}}}
This might be due to our not compiling WebRTC in?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16328#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list