Comment on Four years after Apple, Google will finally kill third-party cookies in 2024
prograhammingdev@lemmy.prograhamming.com 10 months agoFirefox 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.
jaybone@lemmy.world 10 months ago
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.
helenslunch@feddit.nl 10 months ago
That’s the tricky part. If you just don’t send anything then they’ll use THAT information to profile you, because no one else is doing that.
Also it can cause the page not to load properly.
So what most browsers do is spoof the information such that every user of that browser is sending the same information, when possible, regardless of whether it’s accurate.