• joe@lemmy.today
      link
      fedilink
      arrow-up
      2
      ·
      22 minutes ago

      By default it does nothing about the banners, but blocks most tracking cookies. With some config, it can both enforce a comprehensive cookie policy you set, and hide the banners for you.

    • slazer2au@lemmy.world
      link
      fedilink
      English
      arrow-up
      32
      ·
      6 hours ago

      It can hide the popup but all the rapist advertising companies take that as yes because you didn’t say no.

      Use consent-o-matic to automatically opt out.

      • Korhaka@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        9
        ·
        6 hours ago

        Doesn’t matter if I opt in or out if I just delete them all on closing the browser and they all disappear.

        • dohpaz42@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          ·
          6 hours ago

          Yes. Because cookies are used for tracking and can be set without the aid of Javascript.

          For anyone interested, cookies pre-date Javascript and are baked in the HTTP protocol by way of a Set-Cookie header that the browser responds to by storing whatever information accompanies the Set-Cookie header; usually a unique id that can then be used to track what pages on a domain you visit.

          • Quacksalber@sh.itjust.works
            link
            fedilink
            arrow-up
            4
            ·
            edit-2
            6 hours ago

            uMatrix once again to the rescue. It can block cookies. The only downside to uMatrix is that it dis-/allows based on su domain, so you can’t accept a log-in cookie and reject the tracking cookie, if they are served by the same subdomain.