Gravité: ÉlevéeResponsable: DéveloppementTemps de correction: 1-2 h
Mur de cookies
Supprimez les mécanismes qui bloquent l'accès au contenu tant que le visiteur n'a pas accepté le tracking optionnel.
Couvre: cookie_wall
Pourquoi c'est important
L'EDPB considère les cookie walls comme invalides pour le consentement à des traitements non essentiels, car l'utilisateur est forcé d'accepter le tracking pour accéder au contenu.
Comment vérifier manuellement
- Open the site without interacting with the banner and try to access core content.
- Click Reject and check whether content remains blocked or blurred.
- Inspect frontend logic for overlays, scroll locks, or disabled content containers.
Causes typiques
- Banner script ties content visibility to Accept instead of any user decision.
- Theme or SPA route guards wait for opt-in before rendering content.
- Optional services are mixed with baseline site functionality.
Correction dans GTM
- Remove logic that blocks content until marketing or analytics consent is accepted.
- Keep the banner visible while allowing access with only essential cookies.
- Trigger non-essential tags only after explicit opt-in.
Correction dans WordPress ou les plugins CMP
- Disable plugin options that lock content behind consent.
- Ensure pages remain accessible after Reject or Close actions.
- Retain consent records without gating core content access.
Correction générique côté développeur
- Allow baseline site functionality regardless of non-essential cookie choice.
- Use consent only as a switch for optional processing.
- If relying on legitimate interest for essential cookies, document scope and avoid blending with marketing controls.
Comment confirmer que la correction fonctionne
- Reject optional cookies and confirm content remains visible and usable.
- Confirm only optional processing is disabled, not the page itself.
- Run a fresh scan and verify the cookie-wall finding disappears.
Étape suivante
Relancez un scan après déploiement pour confirmer que le comportement réel a changé, et pas seulement le texte de la bannière.