• samuraikid
    link
    53 years ago

    google privacy sandbox will replace 3rd party cookies but they will colect more data with less effort QQ fu** google

  • @uthredii
    link
    43 years ago

    Just in case anyone else didn’t read the post properly the first time:

    This is not on by default, you need to set your firefox protection settings to strict (the post links to a article saying how to do this).

    • ​@
      link
      33 years ago

      This is an entirely different thing, temporary containers are kind of “private tabs,” total cookie protection is for people who don’t want to get logged out when they close the browser or tab but still want to be protected against third party cookies (without breaking things that depend on them like being logged in on a Microsoft account).

      • @NixBits
        link
        13 years ago

        Albeit they function differently, I think the use of containers with temp containers is the way to go. You whitelist the sites you want conserve login and cookies, and blacklist the rest in individual temporary containers. It’s been working for me so far with a few services like Google login not working properly, being in an endless loop of authentication.

        • ​@
          link
          23 years ago

          There’s a problem with that. Third party cookies used for tracking aren’t being deleted in your whitelisted sites, there are three and a half solutions for that. You can use permanent containers for each whitelisted website to keep them isolated, you let the new total cookie protection do its job (and hope the heuristics don’t accidentally allow tracking cookies too), (half solution) you block third party cookies and risk being stuck in an authentication loop or (best in my opinion) use uBlock Origin which should block most (if not all) of the tracking websites you’ll encounter.

          • @NixBits
            link
            13 years ago

            More or less what I’m doing. Sites known for tracking users such as Amazon are isolated in their own container. And uBlock is on the backside doing its job to block third-party trackers.I just whitelist in same container (with uBlock still active) some sites that are not worth or not invasive enough to be in its own bubble. For the rest: first parties are isolated, third blocked and when stuff eventually breaks I pin down where is it the problem and allow for that session the ‘whatever it is’ to work and call it a day.

  • riccardo
    link
    2
    edit-2
    3 years ago

    Good news. As far as I understand, I can finally disable privacy.firstparty.isolate and disable the Facebook/Google container extensions, right? As long as I’m ok with Firefox’s heuristics that give the green light for partitioned storage access to the third parties I interact with, I don’t see how these extensions (and privacy.firstparty.isolate) would still be of any use with this new state partitioning management

    • @je_vv
      link
      3
      edit-2
      2 years ago

      deleted by creator

      • riccardo
        link
        1
        edit-2
        3 years ago

        I had some issues with cross-site logins and forms/videos not loading and sometimes it’s annoying. But I’ve never experienced really big issues because of FPI

    • Jama
      link
      23 years ago

      Mmm… I don’t think so… firstparty.isolate do a lot of things. Actually with temporary container correctly configured you can think about turn it off, but IMHO it’s better to follow arkenfox user.js configurations. Actually, you can make your question on his github https://github.com/arkenfox/user.js/issues

      • riccardo
        link
        2
        edit-2
        3 years ago

        So I went through this issue on arkenfox’s github that links to this bugzilla ticket. Judging from these two discussions, as far as I’ve been able to understand, it looks like dFPI does actually the same job of standard FPI, with some relaxed rules that trigger on interaction. So if you’re okay with the heuristics, you get the same level of partitioning from the two. Maybe I’m overseeing something