A few weeks ago, I was using my mothers PC. Google was erroneously in French, and no language chooser available. So I checked. Firefox sent a HTTP header with a Dutch preference. She was logged in with her Google account, which had a Dutch language preference. Some geolocation providers put her in Dutch speaking cities of Belgium. Still, the Google Algorithm had decided she would speak French. Plenty of other sites m…
Google starts tracking all your devices in 8 weeks
71–80 of 156 posts
Re: Google starts tracking all your devices in 8 weeks
#72My expectation is you don't fucking store any data about me to be used for advertisements/AI/etc and everything is opt-in, period. Where is that option?
Re: Google starts tracking all your devices in 8 weeks
#73So, if I use a device that doesn’t support tracking, and they track it anyway, how do they get it to present the “do not sell my personal information” button? Also, are there any decent plugins that block all of google instead of just the ads? I imagine they’d need to MITM static font assets, etc. I also wonder if / when this means Google will start fingerprinting and tracking tenants’ customers on GCP.
Personally, I went the nuclear route with a Pihole. My devices can’t talk to Google.
Re: Google starts tracking all your devices in 8 weeks
#74Re: Google starts tracking all your devices in 8 weeks
#75Earlier quoted context omitted.
The outcome will be that many sites simply refuse to work on any browser that does this. Users will blame the browser for not working and switch to one that is supported. Most people are happy to trade their privacy for convenience - especially since most people don't even realize they are doing it.
How would they know? The point of returning “standard” values, is that you are indistinguishable from any number of legitimate users.
Re: Google starts tracking all your devices in 8 weeks
#76A few weeks ago, I was using my mothers PC. Google was erroneously in French, and no language chooser available. So I checked. Firefox sent a HTTP header with a Dutch preference. She was logged in with her Google account, which had a Dutch language preference. Some geolocation providers put her in Dutch speaking cities of Belgium. Still, the Google Algorithm had decided she would speak French. Plenty of other sites m…
Now, all my pay-at-the-pump interactions at gas stations are all in French. A website I was purchasing from flipped to French when I entered my card info. There were a few surprise interactions where my language preference was clearly derived from my bank card setting.
I’m just hoping that being classed as bilingual is doing wonders for my “social” score at some clandestine data clearinghouse.
Re: Google starts tracking all your devices in 8 weeks
#77We have kernel level anti cheat systems for games. So how about kernel level anti tracking? Browsers use system calls to provide the information used for fingerprinting the device, so why not intercept these calls and lie. Have all users present an identical fingerprints and we're back to pre google times. Yes, we lose some important functionality, but maybe it's a price worth paying? Never mind the other elephants i…
You would have to have some kind of launcher where you can select the isolated chroot/sandbox you want to run that specific program in.
Implementation-wise this could actually be done with eBPF, as most if not all syscalls can be intercepted and "farbled" (Brave's terminology) there. Features-wise this would probably be a separate filesystem for each program context, plus the things that firejail implements in userspace. Shared libraries would have to be loaded separately into memory, and glibc would have to be changed to not use any environment variables or debugging related function calls.
Welp, maybe docker+xorg is easier.
Re: Google starts tracking all your devices in 8 weeks
#78Earlier quoted context omitted.
Sites preferring geolocation over Accept-Language as a means of picking the language is one of my pet peeves. Preferring geolocation over a logged in user's stored setting is beyond absurd.
This was so annoying when visiting Poland recently. I don't speak Polish. Even after setting my preferred language on my Google account , Google Search was still speaking Polish to me.
Re: Google starts tracking all your devices in 8 weeks
#79Earlier quoted context omitted.
How would they know? The point of returning “standard” values, is that you are indistinguishable from any number of legitimate users.
They start blocking any fingerprint that looks like you're hiding it. Similar to sites blocking known Tor exit nodes and proxies.
Re: Google starts tracking all your devices in 8 weeks
#80Adblocking google's ad ecosystem so the third-party scripts don't load in the first place should still fix this, if I read it right?
This is getting trickier: - nowadays (iirc) you can serve/proxy those scripts via your own domain (to circumvent ad blocker blocklists) - there are limitations re the number of blocking rules in Manifest V3 It’s cat and mouse at this stage, we’re getting to the point where blocking ads will be as hard/annoying as, say, installing 3rd party apps on your iPhone. Too much of a hassle even for fairly techie users
Which of course was the whole purpose for google pushing for this v3, to benefits ads and hurt users.