I thought privacy as per Google meant that it will trade your data with everyone interested, just will not show them your name/phone number/address (which also quite conveniently makes Google the single point of contact with you and allows to charge more)
I know people are passionate about their love / hated of Brave, but it along with LibreWolf (and Firefox) all offer strong fingerprinting protection out of the box. With Firefox, just make sure you add uBlock Origin.
Firefox does not "send" it, fingerprinting is done by tagging your hardware configuration from various values and create a unique key from that - independent of being logged in or any cookies - which can be used to track you. Things like browser & device user agent, browser window size, feature support (to determine browser version), etc. All of which are passively gathered by anything you could send a request to. There are ways to reduce this that Firefox and others do (such as reducing unique values in user agent, etc) but they're not opting in to some privacy invading reporting mechanism.
It would be nice to have the option to not just block your data from being accessible to a 3rd party but also feedback junk data into the system. Pollute the data stream until it's no longer useful to the powers that be while still retaining functionality for the user.
I'm on a.com, that is what's shown in the address bar.
The page includes a resource a.com/image.png. A request the server will include cookies from a.com. That's a 1st party cookie. Correct?
The page includes a resource b.com/image.png. The request will not include cookies from a.com; this was always the case. b.com can however set their own cookies. Since we are on a.com, cookies from b.com are 'third party'. Correct?
It gets interesting when we navigate to c.com and c.com includes b.com/image.png, a tracking pixel we have seen before on a.com.
Without 3rd party cookie protection, b.com sees the cookie they set previously while on a.com. This will now be blocked. Correct?
I am not sure, but I think browsers will block access to third party cookies from javascript.
In your example, c.com/script.js will not be able to access b.com cookies.
Now, when the browser sends the request to b.com/image.png, browsers will NOT send the cookies associated with b.com when visiting other domains than b.com.
BUT, the request might contains a "referer" info set by the browser, hence b.com can still track you.
This is something that some browsers block already, but as a web developer, I always see referers in the logs, so it's either not working, or it is opt-in in the options, and normies don't change it...
Chrome has finally announced plans to kill third-party cookies.
Google's blog post calls the rollout "Tracking Protection" and says the first tests will begin on January 4, where 1 percent of Chrome users will get the feature.
The rollout comes with some new UI bits for Chrome, with Google saying, "If a site doesn’t work without third-party cookies and Chrome notices you’re having issues—like if you refresh a page multiple times—we’ll prompt you with an option to temporarily re-enable third-party cookies for that website from the eye icon on the right side of your address bar."
Chrome's Privacy Sandbox switch represents the world's most popular browser (Google Chrome) integrating with the web's biggest advertising platform (Google Ads) and shutting down alternative tracking methods used by competing ad companies.
Google says its choice to offer this privacy feature four years after its competitors is a "responsible approach" to phasing out third-party cookies.
Google's position as the world's biggest browser vendor allowed it to delay the death of tracking cookies long enough to create an alternative tracking system, which launched earlier this year in Chrome.
The original article contains 402 words, the summary contains 183 words. Saved 54%. I'm a bot and I'm open source!
1
Four years after Apple, Google will finally kill third-party cookies in 2024 | Spyke
deleted
I feel fuckin dirty even reading that last paragraph. It's so detached from any sane reality.
deleted
I thought privacy as per Google meant that it will trade your data with everyone interested, just will not show them your name/phone number/address (which also quite conveniently makes Google the single point of contact with you and allows to charge more)
Browser fingerprinting is nasty and easy. There are ways to push back but it's still awful.
deleted
I know people are passionate about their love / hated of Brave, but it along with LibreWolf (and Firefox) all offer strong fingerprinting protection out of the box. With Firefox, just make sure you add uBlock Origin.
deleted
Wait Firefox sends fingerprint info?
Why is there not an open source browser that doesn’t send this shit?
Firefox does not "send" it, fingerprinting is done by tagging your hardware configuration from various values and create a unique key from that - independent of being logged in or any cookies - which can be used to track you. Things like browser & device user agent, browser window size, feature support (to determine browser version), etc. All of which are passively gathered by anything you could send a request to. There are ways to reduce this that Firefox and others do (such as reducing unique values in user agent, etc) but they're not opting in to some privacy invading reporting mechanism.
But the “various values” are sent, like you mention user agent, etc. I wonder if it makes sense to have a browser that doesn’t send all of that.
It would be nice to have the option to not just block your data from being accessible to a 3rd party but also feedback junk data into the system. Pollute the data stream until it's no longer useful to the powers that be while still retaining functionality for the user.
One can dream.
https://adnauseam.io
Hell yeah!
Does an extension exist to do this?
If it does I'm not aware of it but I'd love to learn of one.
https://adnauseam.io/
What about all the other hidden cookies it sets for the right price? ;)
deleted
Right. The sandbox. Silly me. Don’t touch the sand though, it’s full of shit.
So what exactly are 3rd party cookies?
I'm on a.com, that is what's shown in the address bar.
The page includes a resource a.com/image.png. A request the server will include cookies from a.com. That's a 1st party cookie. Correct?
The page includes a resource b.com/image.png. The request will not include cookies from a.com; this was always the case. b.com can however set their own cookies. Since we are on a.com, cookies from b.com are 'third party'. Correct?
It gets interesting when we navigate to c.com and c.com includes b.com/image.png, a tracking pixel we have seen before on a.com.
Without 3rd party cookie protection, b.com sees the cookie they set previously while on a.com. This will now be blocked. Correct?
Now explain this in a Javascript world.
I am not sure, but I think browsers will block access to third party cookies from javascript. In your example, c.com/script.js will not be able to access b.com cookies. Now, when the browser sends the request to b.com/image.png, browsers will NOT send the cookies associated with b.com when visiting other domains than b.com. BUT, the request might contains a "referer" info set by the browser, hence b.com can still track you. This is something that some browsers block already, but as a web developer, I always see referers in the logs, so it's either not working, or it is opt-in in the options, and normies don't change it...
This is the best summary I could come up with:
Chrome has finally announced plans to kill third-party cookies.
Google's blog post calls the rollout "Tracking Protection" and says the first tests will begin on January 4, where 1 percent of Chrome users will get the feature.
The rollout comes with some new UI bits for Chrome, with Google saying, "If a site doesn’t work without third-party cookies and Chrome notices you’re having issues—like if you refresh a page multiple times—we’ll prompt you with an option to temporarily re-enable third-party cookies for that website from the eye icon on the right side of your address bar."
Chrome's Privacy Sandbox switch represents the world's most popular browser (Google Chrome) integrating with the web's biggest advertising platform (Google Ads) and shutting down alternative tracking methods used by competing ad companies.
Google says its choice to offer this privacy feature four years after its competitors is a "responsible approach" to phasing out third-party cookies.
Google's position as the world's biggest browser vendor allowed it to delay the death of tracking cookies long enough to create an alternative tracking system, which launched earlier this year in Chrome.
The original article contains 402 words, the summary contains 183 words. Saved 54%. I'm a bot and I'm open source!