Severitate: MedieResponsabil: DezvoltareTimp de remediere: 30-120 min
Cookies de tracking nesigure (probleme Secure sau SameSite)
Întăriți atributele cookies astfel încât cookies opționale să nu fie livrate cu setări slabe de securitate ale browserului.
Acoperă: tracking_cookie_missing_secure, tracking_cookie_missing_samesite, insecure_tracking_cookie
De ce contează
Cookies de tracking fără atribute de securitate adecvate cresc riscul de expunere neintenționată sau comportament inconsistent între browsere. Chiar dacă problema de consimțământ este rezolvată, acesta rămâne un defect tehnic separat.
Cum verificați manual
- Inspect cookies in browser storage tools after analytics or marketing tags load.
- Check whether tracking cookies include Secure, HttpOnly where applicable, and an appropriate SameSite value.
- Verify cookie behavior over HTTPS and behind production reverse proxies, not just locally.
Cauze tipice
- Framework defaults are overridden or outdated.
- Proxy or CDN terminates HTTPS but origin app still thinks the request is insecure.
- Third-party tools set cookies with legacy defaults you have not reviewed.
Remediere în GTM
- Review whether custom GTM scripts set their own cookies without explicit attributes.
- Avoid custom tracking logic that writes cookies client-side unless necessary.
- Prefer vendor integrations that support secure defaults and consent-aware behavior.
Remediere în WordPress sau pluginuri CMP
- Audit SEO, analytics, and marketing plugins that create client-side cookies.
- Update plugins and review cookie settings exposed in their dashboards.
- Verify reverse proxy or HTTPS detection settings in WordPress and hosting config.
Remediere generică pentru dezvoltatori
- Set Secure on cookies delivered over HTTPS.
- Choose SameSite=Lax or SameSite=None; Secure based on the actual cross-site use case.
- Test behavior in the real production environment, not only local development.
Cum confirmați că remedierea funcționează
- Inspect cookies again after deployment and confirm attributes changed as expected.
- Test in Chrome and another major browser to catch cross-browser differences.
- Run a fresh scan and verify the insecure-cookie finding clears.
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.