I’m trying to figure out how to stop having to unblock the pihole, in order to bypass cookie consent alerts. I think this is a devious new attempt by the advertising brigade to ensure that adverts are played, but more and more cookie consent blockers are not working properly if you’ve got an adblocker, and as I’ve got one at the network level, this is a real frustration. I’ve tried a few browser-based bypassers, but that doesn’t work for many mobile devices, and sort of defeats the purpose of havign a network-level adblocker…

Has anyone else hit this issue and how have you worked around it?

  • BitPirate@feddit.de
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    1 year ago

    Cookie banners are usually from the same domain. I doubt you can block them via DNS.

    • LazerFX@kbin.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      That’s exactly the problem. Parts of the cookie banner are from the same domain, but then other parts are from the advertisers domain. So blocking the advertiser blocks bits of the banner, meaning you cannot click on the banner, because it’s just not letting you do so.

  • nandor@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I’ve seen it happening over the last few days. The JavaScript used to control the cookie banner appears to be served from a domain that is blocked by my pi-hole, so I can’t click on the buttons to accept or reject cookies

  • Qazwsxedcrfv000@lemmy.unknownsys.com
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Cookies are set via the HTTP headers. And the check is usually done locally by JavaScript. The headers can be stripped away via proxy. But unless you disable JavaScript outright (which will literally break most modern websites), you could hardly avoid those banners.