Open
Bug 1292751
(gyrophone)
Opened 8 years ago
Updated 2 years ago
Sampling frequency of DeviceMotionEvent is not capped
Categories
(Core :: DOM: Device Interfaces, defect, P3)
Core
DOM: Device Interfaces
Tracking
()
NEW
People
(Reporter: francois, Unassigned)
References
(Depends on 1 open bug, )
Details
Attachments
(1 file)
3.61 MB,
application/pdf
|
Details |
According to the linked paper, Firefox is the only Android browser which allows full 200 Hz sampling of the gyroscope via the DeviceMotionEvent which can lead to using the gyroscope like a microphone.
The spec suggests limitting the frequency of events to 60 Hz:
https://w3c.github.io/deviceorientation/spec-source-orientation.html#security-and-privacy
but we should probably do the same as Chrome (25 Hz cap) or Opera (20 Hz cap).
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•