typo3-dp_cookieconsent icon indicating copy to clipboard operation
typo3-dp_cookieconsent copied to clipboard

cookie banner removed by uBlock Origin

Open unherz opened this issue 3 months ago • 1 comments

uBlock Origin seems to disable the visibility of the actual cookie banner.

Specifically this is targeted by the optional filter list "AdGuard – Cookie Notices" and targets the aria label declaration: aria-label="cookieconsent" => https://github.com/AdguardTeam/AdguardFilters/blob/master/AnnoyancesFilter/Cookies/sections/cookies_specific.txt

A simple rename to something like aria-label="cookieconsent-dialog" or similar would be enough to avoid this filtering for at least a while.

Another possible solutions would be to let the user change the aria-label or dropping a hint in the docs.

Steps to reproduce:

  • install uBlock origin as extension in chrome (only tested it in chrome but very likely to be the same in FF or similar browsers)
  • open the settings and add all filter lists
  • apply the settings
  • open any website using the ccookie banner (for example https://dp-wired.de/)
  • cookie banner is applied in the dom and basically working correctly but visually hidden by the user agent stylesheet (uBlock extension)

unherz avatar Apr 05 '24 18:04 unherz