Skip to content

Is the browser window size a parameter for generating the fingerprint? #878

Answered by JuroUhlar
Chevindu asked this question in Q&A
Discussion options

You must be logged in to vote

HI @Chevindu! It's not a foolish question at all :)

Screen resolution is one of the signals used for fingerprinting, but window size and position are not. You can have a look at the FingerprintJS demo: https://fingerprintjs.github.io/fingerprintjs/
which shows a JSON of all the data that is hashed into a fingerprint.

You can try resizing your browser window and reloading the demo page, you will see that the fingerprint does not change. However, dragging the browser window to a second monitor with a different screen resolution than the first one will change the fingerprint.

The visitorId provided by Fingerprint Pro (as opposed to the open-source Fingerprint JS) is much more stable: https:/…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Chevindu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants