Alex-D / Cookies-EU-banner

1kb vanilla JS script which manages cookies consent banner display like asked by GDPR

Home Page:http://alex-d.github.io/Cookies-EU-banner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

byte-for-byte opened this issue · comments

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