Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Reject All" option #59

Closed
NathanBnm opened this issue Apr 13, 2021 · 10 comments
Closed

Add "Reject All" option #59

NathanBnm opened this issue Apr 13, 2021 · 10 comments

Comments

@NathanBnm
Copy link

Since March 31 it's necessary to have an "Reject all" option to be in compliance with the GDPR.

I noticed that it was implemented in #49 which has been closed, any possibility to add this feature?

@berwiecom
Copy link
Contributor

Good to know in general @NathanBnm. Can you provide a source link?

@NathanBnm
Copy link
Author

I did not find the official source but the regulation applies in France. Anyway the addition of such a feature would be convenient.

In French (https://www.cnil.fr/fr/nouvelles-regles-cookies-et-autres-traceurs-bilan-accompagnement-cnil-actions-a-venir)

You can also check the officiale GDPR website here : https://gdpr.eu/

@berwiecom
Copy link
Contributor

berwiecom commented Apr 29, 2021

Well, a non-deep-link like https://gdpr.eu that lets others search for your mentioned "compliance with the GDPR" might hamper the reopening of issue #59. Great resource though :)

@tdrzewosz
Copy link

Hello, I need this feature, please. thanks. kind regards

@p-w
Copy link

p-w commented Sep 2, 2021

Unfortunately this is a major requirement for most European, but definitely UK and DE based websites.

More can be found here from the Information Commissioner's Office (UK)

@MarcNitsche
Copy link

Does anyone have a solution now?

@bouskdav
Copy link

Created a PR ( #81 )

@bouskdav
Copy link

Created a PR ( #81 )

funny.. now i look to #49 and the change looks almost the same.

@chriszuercher
Copy link

Could the PR be merged? We also need this functionality.

@MontiMarco92
Copy link
Collaborator

there is a showRejectAllButton setting you can add to the config object and set it to true:

window.CookieConsent.init({
    modalMainTextMoreLink: null,
    UITimeout: 1000,
    // Show the 'reject all cookies' button. It's false by default.
    showRejectAllButton: true,
    ... // rest of config
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants