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

[Bug] Simplified: No difference between Functional Only and All #64

Open
NiklasBr opened this issue Jun 29, 2020 · 0 comments
Open

[Bug] Simplified: No difference between Functional Only and All #64

NiklasBr opened this issue Jun 29, 2020 · 0 comments

Comments

@NiklasBr
Copy link
Contributor

When using the simpliofied version of the consent it is impossible to distinguish between Accept all and Accept functional only options.

The cookies becomes:

Accept-all

 Cookie_Consent_Key: 5ef9ce9d9cd6d
 Cookie_Consent: [datetime]

Functional only

  Cookie_Consent_Key: 5ef9cef75a920
  Cookie_Consent: [datetime]

Configuration:

ch_cookie_consent:
    theme: dark
    categories: ~
    use_logger: false
    position: 'top'
    simplified: true

This means that chcookieconsent_isCookieConsentSavedByUser() no longer works.

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

No branches or pull requests

1 participant