Skip to content

Forcer le needConsent = false pour un service existant avec Tac Pro en mode automatique #1193

Answered by AmauriC
tromeurf asked this question in Q&A
Discussion options

You must be logged in to vote

C'est bien ça pour le needConsent, le service est par défaut accepté. C'est principalement pour des outils de mesure d'audience comme Matomo. hcaptcha doit théoriquement recevoir le consentement de l'utilisateur pour être chargé.

Ces règles CSS masqueront le bouton refuser et accepter sera toujours comme accepté:

button#hcaptchaAllowed {
    opacity: 1!important;
}

button#hcaptchaDenied {
    opacity: 0!important;
}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@AmauriC
Comment options

@tromeurf
Comment options

@AmauriC
Comment options

Answer selected by tromeurf
@tromeurf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants