Elektrine lite

← Feed

@FineCoatMummy@sh.itjust.works

Post #1334783

2026-04-15 20:06 UTC

Article talks about cookies still being set when user opts out of those. That's bad, sure. But TBH I worry so much more about fingerprinting. Cookies, easy to delete in your browser, easy to block. Fingerprinting is done behind the scenes on the server, you can't block their attempt to. There are "resist fingerprinting" options in some browsers now like firefox, but limited in effect, and much of the fingerpinting is not even something the browser *can* stop. Things like [TLS fingerprints](https://fingerprint.com/blog/what-is-tls-fingerprinting-transport-layer-security/), or exact timings between your system making a request, and the serving system. Or things you *can* spoof but which cause problems if you do. Even Tor Browser doesn't spoof some of those things b/c it causes problems to do. The identity broker companies have a massive financial incentive, and they employ very smart data scientists. Even "opting out" of cookies, I think it's about 0% chance we have any way to opt out of these behind the scene techniques they use. They will use every shitty weasely trick in the book like the slimeweasels they are.

Replies (1)

  • @Pika@sh.itjust.works 2026-04-15 20:53

    Honestly. I think if tracking is disabled it should do the following: - anything screen dimension related including available height/width -> blocked (realistically java-script should never need to disclose this information outside of an internal function anyway) - User Agent: generalized (this usually already is the case) - Cookie status: kept the same as needed for functionality. - addon/plugin info: blocked - buildID: blocked - hardware concurrently: generalized instead of a set number (low end being request for permission by default Like there are many steps that can be done to help mitigate fingerprinting, its just getting vendors to actually do it. being said I had never known about the TLS fingerprinting option, I generally don't see that shown on the fingerprint detector sites, that's interesting.

    Open ##1334787