-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More ways of fingerprinting #7
Comments
https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API seems like it could be useful as well. Mozdev says it's obsolete so I'm not sure if there is a better api, but even determining which version of this api is implemented seems like it should give you more of a fingerprint. |
Why was it closed? |
Spring cleaning. I can reopen but no promises as to when I'll get to it. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1 performance of js engine (see papers by mowery and shacham) and gpu rendering (http://arxiv.org/pdf/1503.01408)
2 enabled ciphersuites
3 speech synthesis engines #8 #9
4 webaudio devices list #12
5 endianess #11
6 canvas text measuring API (in the published on github version of fingerprinter I rounded the measurement to integer to store it in typed array, but I shouldn't have done that, and now I can't reverse that because it would change the fingerprints, but when implement you should preserve fraction part)
The text was updated successfully, but these errors were encountered: