5 ms·
All so all the fingerprinter/css/font/gpu identification. That ought to be illegal, and any provider caught using it ought to be punished.
by deepstack 5y ago
All so all the fingerprinter/css/font/gpu identification. That ought to be illegal, and any provider caught using it ought to be punished.
- asimpletune 5y agoI'm all for this, but, um, how?
- tommek4077 5y agoOne could just outlaw it. Like theft. It would not hinder you in the first place, but you would could be prosecuted.
- mellavora 5y agoand unlike theft, much easier to establish and prove guilt.
- deepstack 5y agoshould be able to guess who is doing it. And if the legal infrastructure is there, it can be quite easy for whistleblower to expose that. This is the reason why user who care about their privacy ought to use only web page that works with No Javascript
- beberlei 5y agoYou are thinking like a software engineer that an illegal practice should be completely impossible to do, but socially it always sufficed to just put a reasonably high penalty on something and fine offenders regularly.
- Sebb767 5y agoAnd, unlike some other computer crimes, it is sufficient to prevent local companies from using the technique. While someone who's hacking or laundering money might simply use a proxy in the Bahamas without problems, a company local company won't risk fines for using it. Sure, companies from far away can still advertise to you via tracking, but the value of their advertisements will go down sharply if no business near you can buy them.
- ClumsyPilot 5y ago
- asimpletune 5y agoOk, so follow up question then is what about the same techniques used for finger printing but done so legitimately and then gray areas in between? Because I think relying on legislation cuts both ways, no? I'm not an expert on front end technologies, but all those capabilities exist, I think, for some legitimate technical purposes. Now the only question is how is the data used... Obviously using media queries to display a page correctly is fine. Someone's preferred language and user agent detection also fine. And then eventually you do all this legitimate stuff and maybe cache it to improve page speed. (Bear with me haha, I'm out of my depth) Until, eventually, the same laws get used to do something kinda bad... I could see security heuristics being used as sort of an excuse to do actual fingerprinting and storing and sharing that data... all with promises of free stuff and totally safe and trustworthy partners. Maybe a good way to help alleviate the situation is for browser vendors to provide an actual good way to track people without identifying them... what's it called? Differential Privacy? I think that's like a mathematically proven way to do this. Even better would be if you could some how also poison the utility of finger printing in a persisted format, although I don't know how you could do that... I guess fully holomorphic encryption? Maybe browser vendors could provide some kind of "clearing house" for operations that utilize these fingerprinted traits to take place. Like you, the developer, supply a function that accepts some fingerprinted input, to sort of a black box that then performs the work but hides the inputs. I just guess one problem with this is that the same developer could sample before and after and intuit what the original input was. At any rate, I do sort of prefer well architected technical solutions, and would rather see the legislation demand that, then demand good behavior when good behavior can be so wishy washy.
- rvnx 5y agoexcept Facebook and Google, who have their own identifiers baked-in the client :| So it's going to favor the monopoly.
- deleted 5y ago[deleted]
- cjfd 5y agoSo, storing these identifiers should be illegal as well.
- deepstack 5y agoIt would only make sense to put those along with the cookies. As the intentions of the methods are the same. Cookie = identifier.
- qwerty456127 5y agoA user can delete cookies but can't change the fingerprint reliably. Fingerprints also are easier to secretly share between multiple conspiring parties. Using cookies is a legitimate and more-or-less civilized practice, fingerprints are by definition meant to spy on users against their will. Why do we have cookie warnings but no fingerprinting warnings? Browser fingerprinting should be strictly outlawed for non-police use and require a court order. It's more like eavesdropping rather than like cookies.
- progval 5y agoCookies are only mentioned once in the GDPR, as an example in the preamble (paragraph 30). Article 4. defines personal data and identifiers without referencing specific technologies: > (1) ‘personal data’ means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person;