This repository was archived by the owner on Sep 29, 2025. It is now read-only.
WebGL fingerprinting profile setting #33
|
I just realized that navigator.hardwareConcurrency is different depending on the device, and it is well known for mobile devices, for example it's 6 for all iPhones and all iPads older then 2018, and it's 8 newer ones and for most Android devices And that's also the case for WebGLRenderingContext.getSupportedExtensions() as WebGL Vendor and WebGL Renderer are different across different devices and again known for mobile devices, and can be used to detect if data is inconsistent |
Answered by
ttlns
Mar 21, 2023
Replies: 2 comments 1 reply
|
Yeah, I am aware of that.
|
1 reply
Answer selected by
ttlns
|
Closing as it seems to be resolved |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, I am aware of that.
navigator.hardwareConcurrencyI can implement easely using the chrome-developer-protocoll