How does this relate to the existing tracking protection settings - should I turn off "block all third party cookies"? That setting breaks a few things, but mostly works OK. I'm confused which protection level this new capability corellates to.
This seems to be a middle-ground. You can more confidently allow third-party cookies, which means that certain features that broke with the blocking of all third-party cookies will now be able to work, but you maintain most of the protections that you gained when you used to block them.
Firefox rolls out Total Cookie Protection by default to all users
21–30 of 339 posts
Re: Firefox rolls out Total Cookie Protection by default to all users
#22I 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.
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
#23Why 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
Re: Firefox rolls out Total Cookie Protection by default to all users
#24Earlier quoted context omitted.
I guess you could set up custom stylesheets, at least for sites you commonly browse.
The time-based light/dark mode setting requires the current time. It is not currently accessible from CSS and is blocked by resistFingerprinting
Re: Firefox rolls out Total Cookie Protection by default to all users
#25I really want to enable resist fingerprinting, unfortunately it disables dark theming on github, ddg and other websites. I wish I could add an exception rule to this...
Re: Firefox rolls out Total Cookie Protection by default to all users
#26How does this relate to the existing tracking protection settings - should I turn off "block all third party cookies"? That setting breaks a few things, but mostly works OK. I'm confused which protection level this new capability corellates to.
Re: Firefox rolls out Total Cookie Protection by default to all users
#27Does this affect single-sign-on implementations?
It shouldn't. SSO doesn't typically work by sharing cookies, which have always been limited to a single domain in the first place.
(OK, technically tracking is less powerful than SSO, since only the third-party needs to know your "single" identity, the first-party website doesn't actually know it, where in SSO it does)
I mean, to be clear -- I mean the new thing might make you enter your username and password to SSO login on each site, whereas ordinarily if you have an active SSO session you don't need to re-enter username and password to login with SSO on a new site. Will it break SSO even if you are fine re-entering username and password every time you SSO login? I am not sure, but I definitely wouldn't be confident 'no' without more details/testing.
Re: Firefox rolls out Total Cookie Protection by default to all users
#28Does this affect single-sign-on implementations?
[1] https://blog.mozilla.org/security/2021/02/23/total-cookie-pr...
Re: Firefox rolls out Total Cookie Protection by default to all users
#29I really want to enable resist fingerprinting, unfortunately it disables dark theming on github, ddg and other websites. I wish I could add an exception rule to this...
Re: Firefox rolls out Total Cookie Protection by default to all users
#30Does this affect single-sign-on implementations?
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 authenticating entirely server-side) then you may have some things to switch up.