|
|
|
|
|
by olliej
601 days ago
|
|
You should be using a cookie for this purpose, you could in fact just store the ui settings directly in the cookie. It becomes tracking once you say “I have an ID in a cookie, and I’m going to look up the settings for that ID in my own giant DB”. What you’re suggesting - using fingerprinting - is the worst. It’s not reliable nor robust, it implicitly requires tracking (you have to record the fingerprint<=>setting db and look it up), and user cannot opt out of it nor trivially change state at will, etc. There is fundamentally no legitimate reason to ever use fingerprinting over the actual explicit mechanisms for persistent storage. |
|
But somehow it's immoral for average Joe to track not people but browsers.