Závažnost: VysokáVlastník: VývojČas na opravu: 1-2 h
Cookie wall
Odstraňte vzory, které blokují přístup k obsahu, dokud návštěvník nepřijme volitelný tracking.
Zahrnuje: cookie_wall
Proč je to důležité
EDPB považuje cookie walls za neplatné pro souhlas s neesenciálním zpracováním, protože uživatel nutí přijmout tracking, aby získal přístup k obsahu.
Jak to ověřit ručně
- 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.
Typické příčiny
- 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.
Oprava v 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.
Oprava ve WordPressu nebo CMP pluginech
- 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.
Obecná vývojářská oprava
- 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.
Jak potvrdit, že oprava funguje
- 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.
Další krok
Po nasazení spusťte nový sken a potvrďte, že se změnilo skutečné runtime chování, nejen text banneru.