orestbida / cookieconsent

:cookie: Simple cross-browser cookie-consent plugin written in vanilla js
https://playground.cookieconsent.orestbida.com/
MIT License
3.68k stars 388 forks source link

[Docs]: [Bug]: My page is failing an accessibility audit after installing the cookie consent. The message seems to indicate that the cookie consent is using an iframe. #595

Closed brblair closed 7 months ago

brblair commented 7 months ago

What is the improvement/update you wish to see?

I might be helpful to mention this is the documentation. I did see the reference to iframe blocking (as well as the other code for doing so) and perhaps this would help resolve this. I need to dig in a little more to understand if that is the case. @orestbida I've been really impressed with your project.

image

Link the related docs page, if it exists.

No response

orestbida commented 7 months ago

@brblair there is no iframe generated by this plugin, it must be something else on your website.

brblair commented 7 months ago

Thanks for confirming @orestbida. I will investigate further.