Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Block OffscreenCanvas fingerprinting #8

@theseanl

Description

@theseanl

While currently no browser supports it by default[1], OffscreenCanvas API can potentially be used as a fingerprinting source in the same way as the Canvas API. Since it can be used in web workers, it will bypass any anti-fingerprinting mechanism that relies on overriding browser APIs.

We need to figure out what can be done in order to prevent OffscreenCanvas fingerprinting. One way would be to inject our code into web workers.

[1]https://caniuse.com/#search=OffscreenCanvas

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions