Σοβαρότητα: ΥψηλήΥπεύθυνος: ΑνάπτυξηΧρόνος διόρθωσης: 1-2 h
Cookie wall
Αφαιρέστε μοτίβα που μπλοκάρουν την πρόσβαση στο περιεχόμενο μέχρι ο επισκέπτης να αποδεχθεί προαιρετικό tracking.
Καλύπτει: cookie_wall
Γιατί έχει σημασία
Το EDPB θεωρεί τα cookie walls άκυρα για συγκατάθεση σε μη απαραίτητη επεξεργασία, επειδή αναγκάζουν τον χρήστη να αποδεχθεί tracking για πρόσβαση στο περιεχόμενο.
Πώς να το επαληθεύσετε χειροκίνητα
- 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.
Τυπικές αιτίες
- 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.
Διόρθωση στο 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.
Διόρθωση σε WordPress ή CMP plugins
- 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.
Γενική διόρθωση για developers
- 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.
Πώς να επιβεβαιώσετε ότι η διόρθωση λειτουργεί
- 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.
Επόμενο βήμα
Εκτελέστε νέα σάρωση μετά το deploy για να επιβεβαιώσετε ότι άλλαξε η πραγματική συμπεριφορά runtime και όχι μόνο το κείμενο του banner.