Ugrás a tartalomhoz
Súlyosság: MagasFelelős: FejlesztésJavítás ideje: 1-2 h

Cookie wall

Távolítsa el azokat a mintákat, amelyek addig blokkolják a tartalomhoz való hozzáférést, amíg a látogató el nem fogadja az opcionális trackinget.

Érinti: cookie_wall

Miért fontos ez

Az EDPB érvénytelennek tekinti a cookie wall megoldásokat a nem alapvető feldolgozáshoz adott hozzájárulásnál, mert a felhasználót tracking elfogadására kényszerítik a tartalom eléréséhez.

Hogyan ellenőrizze manuálisan

  1. Open the site without interacting with the banner and try to access core content.
  2. Click Reject and check whether content remains blocked or blurred.
  3. Inspect frontend logic for overlays, scroll locks, or disabled content containers.

Tipikus okok

  • 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.

Javítás GTM-ben

  1. Remove logic that blocks content until marketing or analytics consent is accepted.
  2. Keep the banner visible while allowing access with only essential cookies.
  3. Trigger non-essential tags only after explicit opt-in.

Javítás WordPressben vagy CMP bővítményekben

  1. Disable plugin options that lock content behind consent.
  2. Ensure pages remain accessible after Reject or Close actions.
  3. Retain consent records without gating core content access.

Általános fejlesztői javítás

  1. Allow baseline site functionality regardless of non-essential cookie choice.
  2. Use consent only as a switch for optional processing.
  3. If relying on legitimate interest for essential cookies, document scope and avoid blending with marketing controls.

Hogyan igazolja, hogy a javítás működik

  • 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.

Következő lépés

Az élesítés után futtasson új vizsgálatot, hogy megerősítse: a tényleges futásidejű viselkedés változott meg, nem csak a banner szövege.

Cookie wall — GDPR Fix Guide