Open Bug 1492775 Opened 6 years ago Updated 2 years ago

Consider how to do fingerprinting resistance for pointer events for mobile

Categories

(Core :: DOM: Events, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: timhuang, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fingerprinting][fp-triaged])

For now, the pointer event hasn't turned on for mobile yet, but we should think how to do anti-fingerprinting for pointer events on mobile. The current fingerprinting protection for pointer event is to spoof every pointer event into mouse pointer event. But for mobile, it could be not a good idea to use this approach considering the environment of mobile is extremely different. We should use a different type, like "touch", for mobile. Masayuki suggests that maybe we can use a pref to adjust the type we are spoofing. Like, using a pref in all.js which is 'mouse' and override it in mobile.js. And we should consider other fields, like width, height, pressure and so on.
Whiteboard: [fingerprinting] → [fingerprinting][fp-triaged]
Severity: normal → S3
Blocks: 1826051
You need to log in before you can comment on or make changes to this bug.