Closed Bug 1492775 Opened 7 years ago Closed 8 months ago

Consider how to do fingerprinting resistance for pointer events for mobile

Categories

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

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1826051

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

this issue is obsolete - pointer events exist on mobile, also see Bug 1826051 - feel free to reopen if misinterpreted

Status: NEW → RESOLVED
Closed: 8 months ago
Duplicate of bug: 1826051
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.