jberghoef / wagtail-tag-manager

A Wagtail add-on for managing scripts and tags. Ready to go with a cookie bar and consent management.
https://pypi.org/project/wagtail-tag-manager/
BSD 3-Clause "New" or "Revised" License
73 stars 23 forks source link

Improve cookie bar settings #43

Open jberghoef opened 5 years ago

Bohreromir commented 4 years ago

Dont know if this is on your list, but it would be nice to only show actually used cookietypes to the user in the bar. For example, if my site doesn't use statistics or marketing cookies it makes more sense to not show them to the user, because that implies that I use them.

jberghoef commented 4 years ago

Hi @Bohreromir, thank you for your suggestion. I think this is definetly a nice function to have. There is some added complexity though as this would also mean that you would have to invalidate previously given consent. In it's current approach, the user accepts a type of cookie after which adjustments to the scripts could be made without asking for consent again.