Alex-D / Cookies-EU-banner

1kb vanilla JS script which manages cookies consent banner display like asked by GDPR
http://alex-d.github.io/Cookies-EU-banner/
MIT License
439 stars 57 forks source link

No banner if browser sets doNotTrack? & Continue showing banner if user rejects? #70

Open byte-for-byte opened 1 year ago

byte-for-byte commented 1 year ago

Hi,

I have two questions:

1) For my project, I need to show the cookies disclaimer independent of the browser's doNotTrack setting. This is currently not supported, right?

2) If the user rejects my cookie policies, I cannot let the user continue. Instead I want to continue to popup the cookies disclaimer div. This is currently not supported, right?

Thanks