Severitate: RidicatăResponsabil: Admin CMPTimp de remediere: 15-60 min
Nu există opțiune de respingere sau este ascunsă
Faceți respingerea la fel de simplă și vizibilă ca acceptarea, corectând acțiunile Reject lipsă, ascunse sau slăbite.
Acoperă: no_reject_option, reject_suppressed, reject_below_fold
De ce contează
Ghidurile EDPB cer ca respingerea să fie la fel de ușoară ca acceptarea. Dacă Reject este ascuns, slăbit vizual sau sub fold, consimțământul poate să nu fie liber exprimat.
Cum verificați manual
- Open the first-layer banner on common desktop and mobile breakpoints.
- Check whether Reject is visible without extra clicks or scrolling.
- Compare button size, contrast, opacity, and placement against Accept.
Cauze tipice
- CMP template only exposes Accept on the first layer.
- Custom CSS hides or de-emphasizes the Reject control.
- Reject is available only in a second-layer preference center.
Remediere în GTM
- Configure the CMP template to show Accept and Reject on the first layer.
- Keep both actions visible without extra clicks.
- Validate button prominence using equal font size, contrast, and placement rules.
Remediere în WordPress sau pluginuri CMP
- Enable the reject or decline button in plugin settings.
- Adjust theme CSS so Reject is visible above the fold on desktop and mobile breakpoints.
- Avoid custom CSS that lowers reject contrast or hides the control.
Remediere generică pentru dezvoltatori
- Display Reject in the same layer and viewport area as Accept.
- Use equivalent visual weight: size, contrast, opacity, and spacing.
- Avoid patterns requiring extra navigation for rejection.
.cmp-btn-accept,
.cmp-btn-reject {
min-height: 44px;
font-size: 14px;
opacity: 1;
}Cum confirmați că remedierea funcționează
- Verify Reject is visible and clickable above the fold on both desktop and mobile.
- Click Reject and confirm optional tags do not fire.
- Run a re-scan and confirm the reject-flow issue is resolved.
Pasul următor
Rulați o nouă scanare după deploy pentru a confirma că s-a schimbat comportamentul real în runtime, nu doar textul bannerului.