[tor-bugs] #19193 [Applications/Tor Browser]: AudioContext, HTMLMediaElement, and MediaStream provide currentTime to content scripts
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri May 27 23:30:56 UTC 2016
#19193: AudioContext, HTMLMediaElement, and MediaStream provide currentTime to
content scripts
------------------------------------------+--------------------------------
Reporter: arthuredelstein | Owner: tbb-team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Keywords:
Actual Points: | TorBrowserTeam201605
Points: | Parent ID:
Sponsor: | Reviewer:
------------------------------------------+--------------------------------
The worst offender is probably AudioContext, where you can get
the current time thus:
{{{
var audioContext = new AudioContext();
audioContext.currentTime;
}}}
Similarly, HTMLVideoElement.currentTime, HTMLAudioElement.currentTime, and
CanvasCaptureMediaStream.currentTime can be used as a time source with
resolution better than 10 ms.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19193>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list