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 !

    • kixik@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      18 hours 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 !