WPIntell

Source evidence

GDRP/DSGVO issue with Icons from Google servers

PublishPress Blocks – Block Controls, Block Visibility, Block Permissions · support · 2026-06-11T09:40:00+00:00

complaintsentiment
highseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 35 rows with source links

14.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Jens resolved
Hi there, looks like your plugin is using icons from Google servers. That´s a problem for websites in Europe/Germany because of privacy regulations (GDPR/DSGVO). Is there a way to host the icon font (in this case “Material Icons Outlined”) locally? Have these icons been stored locally in the past? Looks like this bug was related to this. Regards, Jens If somebody else is looking for a quick fix: You can block the connection to gstatic/Google via htaccess . And you can hide the icon placeholder text via CSS (replace XXXX with your individual code/number): .advgb-infobox-icon-inner-container { display: none;!important } #advgb-infobox-XXXX, .advgb-infobox-XXXX { padding-top: 0px!important; } Hi @jesus-1 We have an update that doesn’t serve the icon from google server. Please try this beta version to see if it helps: https://app.box.com/s/f48yv5rrcatn4vae4lwc6nt26yzhlx5w This problem is now solved in version 3.7.3 .

Comments

3 shown
Jens 2026-06-12T08:52:00+00:00

If somebody else is looking for a quick fix: You can block the connection to gstatic/Google via htaccess . And you can hide the icon placeholder text via CSS (replace XXXX with your individual code/number): .advgb-infobox-icon-inner-container { display: none;!important } #advgb-infobox-XXXX, .advgb-infobox-XXXX { padding-top: 0px!important; }

Olawale Adesina 2026-06-12T14:59:00+00:00

Hi @jesus-1 We have an update that doesn’t serve the icon from google server. Please try this beta version to see if it helps: https://app.box.com/s/f48yv5rrcatn4vae4lwc6nt26yzhlx5w

Steve Burge 2026-06-19T15:09:00+00:00

This problem is now solved in version 3.7.3 .