Accept a single consent type #50
carstenjaksch
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
The link opens the consent banner where users can give their consent + read up on necessary legal stuff, services used etc. What do you mean with this does nothing visible for the user? I don't think we should auto-grant embed consent by clicking that link and bypassing the banner (and all legal context) altogether. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the consent gate has a link that revokes consent.
I think this does not make sense because a user wants to accept embeds with that link. Currently it does nothing visible for the user.
In my local environment I added a new method to the consentBanner store:
This allows to accept a single consent type, like embeds.
Even if someone says the
revokeConsent
method on that link makes sense, I think an accept function for a single consent type makes the consent banner more flexible.Beta Was this translation helpful? Give feedback.
All reactions