You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2020. It is now read-only.
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.