Theme 1 – Privacy unease and the desire for a cleaner web
Many commenters expressed discomfort with how much browsers reveal and called for a fundamentally different model.
- bravoetch: “It's horrifying to see that our browsers give up anything at all. I feel like we need a new model where we just get served the content, and we don't serve up anything to the content provider. I feel ill.”
- jszymborski: “I just downloaded a fresh install of LibreWolf to test this and it did indeed have a stable UUID for me at 1/62E6… Fonts and Audio fingerprinting seems to be where a lot of the entropy is coming from… it is very discouraging.”
Theme 2 – Skepticism about the accuracy and completeness of fingerprinting estimates
Several users pointed out that the tool’s numbers can be skewed by anti‑fingerprinting measures or simply incorrect readings.
- dd8601fn: “This doesn’t seem right. 1 in 6.2 billion for Firefox on an iphone, not including ip/network uniqueness? Seems more plausible that anti‑fingerprinting is throwing it off?”
- mattkrause: “Some of the data seems straight‑up wrong. I know this computer has more RAM than reported and it's definitely not on a 4G network either.”
- daveoc64: “The APIs it's relying on to show you that information do implement some anti‑fingerprinting mechanisms - things like available memory will be put into rough buckets rather than returning the exact amount you have.”
Theme 3 – Ideas and practices for reducing fingerprintability
Commenters discussed ways to make fingerprints less stable or unique, ranging from network tricks to deliberate randomization.
- RandomBK: “It's worth noting that you need both uniqueness and some form of stability. If you consistently show up as a different fingerprint every time you visit or for every different site, then that is a form of privacy as well.”
- keito (on IPv6): “With IPv6… the right part identifies your specific device. But in most OSes the right part is randomly generated and changes on some cadence (e.g. daily).”
- ZihengQin: “Interesting work! Would randomnize the least frequent used fonts, apis and settings be an way to anti‑fingerprinting?”