Към съдържанието
Тежест: СреднаОтговорник: РазработкаВреме за корекция: 30-90 min

Google Fonts преди съгласие или външно зареждане на шрифтове

Хоствайте шрифтовете локално и премахнете отдалечени извиквания, които изпращат заявки преди opt-in.

Покрива: pre_consent_external_font, google_fonts_before_consent

Защо това е важно

Външните заявки за шрифтове могат да изложат IP адреса на посетителя на трети страни още преди съгласието. Самият мрежов трансфер може да е достатъчен за finding.

Как да го проверите ръчно

  1. Inspect the Network panel for requests to fonts.googleapis.com or fonts.gstatic.com on first load.
  2. Check the page source and CSS bundles for @import or remote font references.
  3. Verify whether theme, builder, or plugin settings re-enable hosted fonts after deployment.

Типични причини

  • Theme or page builder loads Google Fonts by default.
  • Remote @import remains in CSS even after partial self-hosting.
  • Performance plugins aggregate CSS but preserve remote font URLs.

Корекция в GTM

  1. Remove any GTM-delivered custom HTML that injects Google Fonts or icon CDNs.
  2. Audit marketing landing page tags for embedded font imports.
  3. Keep typography assets outside tag-manager delivery unless strictly necessary.

Корекция в WordPress или CMP плъгини

  1. Disable Google Fonts in theme or builder settings and switch to local assets.
  2. Use a self-hosting plugin or theme option to download and serve fonts locally.
  3. Purge cache and verify the frontend no longer calls Google font endpoints.

Обща корекция за разработчици

  1. Download required font files and serve them from your own origin or CDN.
  2. Replace remote stylesheet imports with local @font-face declarations.
  3. Remove fallback components that reintroduce hosted fonts on specific pages.

Как да потвърдите, че корекцията работи

  • Reload the page with a clean cache and confirm no Google Fonts requests occur.
  • Check multiple templates and breakpoints to ensure no remote font reference remains.
  • Run a fresh scan and verify the font-related finding is gone.

Следваща стъпка

Пуснете ново сканиране след deploy, за да потвърдите, че се е променило реалното runtime поведение, а не само текстът на банера.

Google Fonts преди съгласие или външно зареждане на шрифтове — GDPR Fix Guide