Waga: WysokaWłaściciel: DevelopmentCzas naprawy: 1-3 h
Fingerprinting przed zgodą
Odłóż lub zastąp skrypty, które badają możliwości przeglądarki zanim użytkownik podejmie decyzję o zgodzie.
Obejmuje: pre_consent_fingerprinting_signal, fingerprinting_risk_before_consent
Dlaczego to ważne
API związane z fingerprintingiem mogą tworzyć powierzchnię trackingową nawet wtedy, gdy cookies są ograniczone. Jeśli takie sygnały uruchamiają się przed wyborem użytkownika, problem jest zwykle trudniejszy do zauważenia niż tracking oparty na cookies.
Jak zweryfikować to ręcznie
- Identify which script executes canvas, WebGL, font, or device-probing APIs before consent.
- Check whether the signal comes from analytics, fraud tooling, ad tech, or a custom script.
- Confirm whether the script is essential or optional for baseline site functionality.
Typowe przyczyny
- Fraud, attribution, or analytics vendors initialize immediately on page load.
- Custom anti-bot logic runs before the CMP decides.
- A vendor SDK bundles fingerprinting behavior you did not explicitly configure.
Naprawa w GTM
- Move optional vendors that perform browser fingerprinting behind consent checks.
- Review custom HTML tags and vendor templates for immediate initialization.
- Separate strictly necessary fraud-prevention logic from optional analytics or advertising tooling.
Naprawa w WordPressie lub wtyczkach CMP
- Review plugins for analytics, ads, AB testing, and anti-fraud features that inject scripts globally.
- Disable optional optimization or attribution modules until consent is granted.
- Retest after plugin updates because SDK behavior can change over time.
Ogólna poprawka developerska
- Defer non-essential SDK initialization until consent is granted.
- For necessary risk controls, minimize scope and document why the behavior is essential.
- Remove or replace vendors that cannot be configured to respect consent.
Jak potwierdzić, że poprawka działa
- Confirm fingerprinting-sensitive APIs no longer run before consent.
- Re-test after Accept to ensure optional vendors still work when consent is granted.
- Run a fresh scan and compare the fingerprinting evidence before and after the fix.
Następny krok
Po wdrożeniu uruchom nowy skan, aby potwierdzić, że zmieniło się rzeczywiste zachowanie runtime, a nie tylko treść bannera.