-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
It would be great if we could add 'permission sets' on the fly, which may aid with GDPR legislation with the opt-in and privacy by design aspects of it.
For example, if the user has said that tracking cookies are okay, it would be great if we could go.
{% if craft.cookies.permission('tracking') %}
{!-- Facebook pixel code here --}
{% endif %}
Reactions are currently unavailable