Firefox Rolls Out Total Cookie Protection By Default | The Mozilla Blog

https://blog.mozilla.org/en/products/firefox/firefox-rolls-out-total-cookie-protection-by-default-to-all-users-worldwide/

Is this total cookie protection something embedded, not requiring any user intervention? I know with librewolf we get the strict enhanced cookie protection mode, but I don't know if for this total protection there's something required, if not turned on by default...

Greetings !

108 points · 2 comments · view on lemmy.world

2 Comments

gly@discuss.tchncs.de · 2 pts · 1y (1 reply)

I think it is already included: “Enable dFPI, also known as Total Cookie Protection.” https://librewolf.net/docs/features/

Greetings back :).

kixik@lemmy.ml · 2 pts · 1y

Oh thanks !

This is all there is as of now:

pref("browser.contentblocking.category", "strict");
// enable APS
defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false);

Maybe that's everything required now a days given it became default. But there used to be more options...

Many thanks !