diff --git a/src/cookieconsent.js b/src/cookieconsent.js index eec15f5..1ed34ca 100644 --- a/src/cookieconsent.js +++ b/src/cookieconsent.js @@ -162,8 +162,6 @@ function acceptConsent() { // If analytics consent is given, change the value of the cookie function acceptAnalyticsConsent() { setConsent({ - necessary: true, - preferences: true, statistics: true, consented: true, });