Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
21–30 of 237 posts
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#22 let oldTanh = Math.tanh;
Math.tanh = x => oldTanh(x) + Math.random()/10000000;Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#23Can't we make fingerprinting illegal, as in, jailtime illegal? Would not solve everything but still help a lot.
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#24> One tanh call on the right input is a per-OS signature. Claim macOS, return Linux math bits, and you have contradicted your own User-Agent. They (or rather the LLM that wrote this) missed that this is possibly fingerprintable to browser version range, which is slightly more interesting. Most users aren't spoofing their user agent headers to be a different operating system. Most fingerprinting solutions aren't tryin…
> Most users aren't spoofing their user agent headers to be a different operating system. The people behind the LLM behind this blog post are. They're trying to pretend their robots are people to sell other websites' data to their customer. It's easier to pass bot detection gates if you pretend to be a physical machine running Windows or macOS than if you honestly admit you're using Linux on a VM.
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#25Can't we make fingerprinting illegal, as in, jailtime illegal? Would not solve everything but still help a lot.
Why should it be illegal for me to recognize the way you walk into my store, even though you're wearing a mask and a trenchcoat? Some vague sense of indignation? Yeah, tracking bad, I get it, but are whatever damages that kind of legislation would prevent (probably nothing measurable) really more important than fixing the easy, in our face social problems that politicians could instead be focusing on?
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#26Interesting reporting, marred by obvious llm-slop-sounding writing. "You are not building..., you are ..."
Man, why the fuck don't they just make a powerpoint with bullet points if all the sentences are like that.
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#27Kind of a smart move by this company: write up an AI analysis of all fingerprinting techniques in hopes they get fixed after outrage so their scraping company can make more money. If it weren't for companies like this, fingerprinting wouldn't be so ubiquitous and the internet would be a better place in general. I prefer articles like this coming from the other side of the battle (fingerprint.js and friends) because a…
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#28Can't we make fingerprinting illegal, as in, jailtime illegal? Would not solve everything but still help a lot.
Why should it be illegal for me to recognize the way you walk into my store, even though you're wearing a mask and a trenchcoat? Some vague sense of indignation? Yeah, tracking bad, I get it, but are whatever damages that kind of legislation would prevent (probably nothing measurable) really more important than fixing the easy, in our face social problems that politicians could instead be focusing on?
If you have that right, the public should have the right to know you're doing this before they enter your store, so they can avoid it.
Same with the websites, they should, legally, have to say they're about to fingerprint you so that you can close your browser tab and never come back.
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#29Can't we make fingerprinting illegal, as in, jailtime illegal? Would not solve everything but still help a lot.