-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cookie bar not shown when only required/default tag types are used #108
Comments
Hi @jberghoef, Yes, absolutely I'll test. Please give me a couple of days. |
Hi @jberghoef, I had to change an import in strategy.py, though (undoing the change in #109): "from wagtail.views import serve as wagtail_serve" -> "from wagtail. core. views import serve as wagtail_serve" I've also noticed a small issue: if a WTM_TAG_TYPE is set to an invalid value, like "blah" then the check-box is pre-checked. |
Hi @jberghoef , |
Describe the bug
When WTM_TAG_TYPES only contains default, or required types, the cookie bar does not show even at the first page load.
When any tag type is set to delayed or initial, the cookie bar shows at the first page load.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The cookie banner is shown at first page load.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
** Installed packages **
wagtail-tag-manager==1.3.2
Additional context
In many countries it is illegal to have consent boxed pre-checked. Therefore the correct approach there is to use only required or default type tags, in which case the cookie bar is not shown, so there's no chance that the user can be asked on a relatively easy way to give consent.
The text was updated successfully, but these errors were encountered: