|
|
|
Ask HN: Do you browse without JavaScript?
|
|
7 points
by claudedopplr
1330 days ago
|
|
I have been obsessed with browser fingerprinting for some time now, and came to the conclusion that the only way to be serious about it is to disable Javascript by default, and enabling it when the website doesn't render. When I started with this obsession, I was always "unique" at https://amiunique.org/. You can quickly realize that, with only "32 bits of randomness" (~3B humans using the internet in the world) the version of the browser you use, the language as transferred in the Accept-Language header, quality settings (Accept), and a few more bits are almost enough to uniquely identify you (and the chances increase a lot for every new dimension), but at least you still have a chance. Javascript provides an enormous variety of dimensions, and probably the only way that two different humans have the same fingerprint is if they have both just bought a new device and did not deviate from the stock configuration, in which case scroll behavior or similar telemetry profiling probably can differentiate between them. As a consequence of dropping Javascript by default, I also have been pleasently surprised by how much data I save browsing, how my battery life improved, and how usable the internet is without Javascript (and ads). Have you had a similar experience? |
|