Earlier quoted context omitted.
> 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.
The Internet is a cesspool of scams now
Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
41–50 of 237 posts
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#42> 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…
And for the LLM writing, yes, it's written in the article and blog, it's not hidden or pretending, otherwise I would never publish an article due to lack of time, and I stand by it
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#43Can'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?
(I have no idea, I don't know too much about this)
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#44Earlier quoted context omitted.
The Internet is a cesspool of scams now
scraping, however, is not intrinsically a scam.
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#45just inject this with your favorite JS injection plugin 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
#46Earlier quoted context omitted.
Why don't you ask browser developers to stop adding features helping fingerprinting? Browsers even have some API for tracking ad clicks (attribution API or something) and user interests tracking API which nobody of the users needs.
The thing is that's not done on purpose and too hard to figure out how this has an impact underneath, if you read the v8 commit https://chromium.googlesource.com/v8/v8/+/c1486295ae5bcb0f8f... it's on a complete good faith
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#47> 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…
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#48Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#49Earlier quoted context omitted.
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?
Isn't fingerprinting used across many different websites? Then the analogy would be a number of stores colluding to recognize the same person across all stores? (I have no idea, I don't know too much about this)
Re: Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS
#50JavaScript was a mistake.