Why weren't separate cookie jars the default in the first place? I know that browsers other than Firefox have no real incentive to protect your privacy, but I'm wondering why cookies were designed to be shared among different pages in general
Firefox rolls out Total Cookie Protection by default to all users
41–50 of 339 posts
Re: Firefox rolls out Total Cookie Protection by default to all users
#42Reminds me of what Google Chrome (and others browsers) did for cache. That's clever, not 100% sure this will prevent tracking, but at least it makes tracker's life a bit harder.
[1] https://developer.mozilla.org/en-US/docs/Web/Privacy/State_P...
Re: Firefox rolls out Total Cookie Protection by default to all users
#43However this will make it easier than it currently is, to work out who is data sharing illegally.
Re: Firefox rolls out Total Cookie Protection by default to all users
#44Why weren't separate cookie jars the default in the first place? I know that browsers other than Firefox have no real incentive to protect your privacy, but I'm wondering why cookies were designed to be shared among different pages in general
That is, cookies aren't shared, they're locked down to the domain that set them. It's just that some domains have content loaded by millions of pages. This change won't protect you much if you have a relatively stable IP address without many users on it, because your IP is still in the third party domains logs. This welcome change makes it harder to differentiate people on the same IP, or to track a browser as it changes IPs.
As I'm typing this, I'm remembering how helpful IPv6 is for people who want to track everyone.
Re: Firefox rolls out Total Cookie Protection by default to all users
#45Does this affect single-sign-on implementations?
It shouldn't. "Exceptions are made for cross-site cookies when they're needed for non-tracking purposes, such as those used by popular third-party login providers."[1] [1] https://blog.mozilla.org/security/2021/02/23/total-cookie-pr...
That feels worrying for competition, does it not entrench the current login providers?
Re: Firefox rolls out Total Cookie Protection by default to all users
#46This is a fantastic way to do this. I wish Safari worked the same way instead of just completely blocking third-party cookies.
Re: Firefox rolls out Total Cookie Protection by default to all users
#47Reminds me of what Google Chrome (and others browsers) did for cache. That's clever, not 100% sure this will prevent tracking, but at least it makes tracker's life a bit harder.
Quoted post unavailable.
Re: Firefox rolls out Total Cookie Protection by default to all users
#48Re: Firefox rolls out Total Cookie Protection by default to all users
#49I wonder why Microsoft doesn't make Edge a privacy-oriented browser. I'm surprised they think they can make more from the data economy than they would gain by seriously hurting Google et al.
Because Microsoft has had a history of caring about privacy? I'd expect something like this from Apple with Safari, but not Microsoft. M$ can't even give its own developer base privacy by allowing all telemetry to be disabled.
Re: Firefox rolls out Total Cookie Protection by default to all users
#50Does this affect single-sign-on implementations?
SSO, probably not - embedding, possibly. If you're just worried about logging in through sso.coolcorp.com to third-party.corp using any of the normal methods (OAuth, SAML, Kerberos, etc.) then you're probably fine. If you're worried about composing a page made up of lots of custom embedded components and those components _don't_ use SSO (or if they do, but they authenticate invisibly using an iframe instead of authen…