Ozbiljnost: VisokaVlasnik: RazvojVrijeme za ispravak: 1-2 h
Cookie wall
Uklonite obrasce koji blokiraju pristup sadržaju dok posjetitelj ne prihvati opcionalni tracking.
Obuhvaća: cookie_wall
Zašto je ovo važno
EDPB smatra cookie wall rješenja nevaljanima za privolu na neesencijalnu obradu jer korisnika prisiljavaju da prihvati tracking kako bi pristupio sadržaju.
Kako to ručno provjeriti
- 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.
Tipični uzroci
- 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.
Ispravak u GTM-u
- 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.
Ispravak u WordPressu ili CMP dodacima
- 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.
Opći developerski ispravak
- 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.
Kako potvrditi da ispravak radi
- 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.
Sljedeći korak
Pokrenite novo skeniranje nakon deploya kako biste potvrdili da se promijenilo stvarno runtime ponašanje, a ne samo tekst bannera.