ngx-cookieconsent icon indicating copy to clipboard operation
ngx-cookieconsent copied to clipboard

[EU] GDPR compliant cookie banner

Open TobiasJu opened this issue 2 months ago • 0 comments

Is your feature request related to a problem? Please describe

Hi, I am from Europe and we have this thing called GDPR. Under it the cookie banner has to have the option to opt in or out of cookies. Our lawyer told us, simply allow all is not enough choice.

We have these cookie categories:

  • Essential cookies
  • Functional cookies
  • Performance cookies
  • Marketing cookies

Describe the idea you'd like

In the content section just add some config options like, which will result in a toggle switch like:

content: {
  allow: 'Allow all cookies'
  ...
  essentialToggleLabel: 'Allow essential cookies', 
  optimizationToggleLabel: 'Allow external media and analysis',
  marketingToggleLabel: 'Allow marketing cookies'
}

Describe alternatives you've considered

I need to switch to a different cookie banner library. I know I am only one guy, but for the other guys from the EU you should consider adding a few toggles, for optional cookies. The fines for not using a GDPR compliant cookie banner are insane. Thanks!

Additional context

No response

TobiasJu avatar May 07 '24 13:05 TobiasJu