You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The consent's switch is shown as "ON" but the gdpr[consent_types] cookie is just an empty object ([]) and has_consent() will return false for the given consent.
Expected behavior
The consent's switch should be shown as "OFF".
Notes
Workaround: Set an invalid consent in the gdpr[consent_types] cookie (e. g. ['foo']). This will cause the consent's switch to be shown as "OFF".
Steps to reproduce
Current behavior
The consent's switch is shown as "ON" but the
gdpr[consent_types]
cookie is just an empty object ([]
) andhas_consent()
will returnfalse
for the given consent.Expected behavior
The consent's switch should be shown as "OFF".
Notes
Workaround: Set an invalid consent in the
gdpr[consent_types]
cookie (e. g.['foo']
). This will cause the consent's switch to be shown as "OFF".This is related to #202.
The text was updated successfully, but these errors were encountered: