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 !

  • gly@discuss.tchncs.de
    ·
    edit-2
    1 month ago

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

    Greetings back :).

    • kixik@lemmy.ml
      hexagon
      ·
      1 month ago

      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 !