thumbmarkjs / thumbmarkjs

A free, open-source javascript fingerprinting library
https://www.thumbmarkjs.com/
MIT License
194 stars 22 forks source link

prefers-color-scheme is not persistent on macOS and maybe other platforms #38

Closed Joe12387 closed 3 months ago

Joe12387 commented 3 months ago

Hi.

On macOS, prefers-color-scheme changes between light and dark based on the time of day and applicable settings. This results in two different fingerprint depending on the time of day the script is run. This may also affect other platforms. I'm not really sure how to handle this other than removing prefers-color-scheme from the checked media features.

Thanks!

ilkkapeltola commented 3 months ago

Will remove.

ilkkapeltola commented 3 months ago

Removed prefers-color-scheme from media queries in 0.14.5

ilkkapeltola commented 3 months ago

Please re-open if the problem persists.