(no title)
pacala | 5 years ago
https://blog.mozilla.org/internetcitizen/2018/07/26/this-is-...
What goes into one's fingerprint:
1. navigator.userAgent, 2. navigator.language, 3. navigator.doNotTrack, 4. screen.width, 5. screen.height, 6. screen.colorDepth, 7. Intl.DateTimeFormat().resolvedOptions().timeZone, 8. navigator.platform, 9. navigator.hardwareConcurrency, 10. GPU vendor and renderer, 11. isTouch, 12. storage types, 13. font-list, 14. canvas-hash
pmiller2|5 years ago
pacala|5 years ago