WPIntell

Source evidence

Remove Google Fonts dependency

Stop User Enumeration · support · 2022-08-12T15:23:00+00:00

neutralsentiment
highseverity
0.57relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

6 / 32 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
jmslbam resolved
Hi there, first of all, mega thank you for the plugin. I noticed the Google fonts is used within this plugin. In Europe, for example Germany, it’s forbidden to used Google Analytics / Google Fonts. WordPress itself is also already removing Google Fonts from it’s default Twenty* themes. Could you also please remove it from this plugin, for future use. I dequeued the style, but maybe other uses won’t notices it and may be breaking the law. The already have been given money sanctions in Germany for not complying. add_action('admin_enqueue_scripts', function(){ wp_dequeue_style( 'stop-user-enumeration-fonts' ); }); Kinds regards, Jaime Oh I didn’t think there was any Google fonts – that I recall anyway – of course there is no need in this plugin. I looked and indeed there are some that are just loaded for admin pages. I will move them to local hosted fonts. Just in addition, the font is only loaded to logged in users on the plugin settings page, which means they must be admin. So the Google Font url is not exposed to general users whether logged in or out. So the probability of an admin suing themselves is pretty slim. Never the less it will be gone. v 1.4.5 – released all redundant CSS inc Google Fonts have gone Thank you for the swift fix!

Comments

5 shown
Alan Fuller 2022-08-12T15:39:00+00:00

Oh I didn’t think there was any Google fonts – that I recall anyway – of course there is no need in this plugin.

Alan Fuller 2022-08-12T16:40:00+00:00

I looked and indeed there are some that are just loaded for admin pages. I will move them to local hosted fonts.

Alan Fuller 2022-08-12T16:51:00+00:00

Just in addition, the font is only loaded to logged in users on the plugin settings page, which means they must be admin. So the Google Font url is not exposed to general users whether logged in or out. So the probability of an admin suing themselves is pretty slim. Never the less it will be gone.

Alan Fuller 2022-08-12T19:01:00+00:00

v 1.4.5 – released all redundant CSS inc Google Fonts have gone

jmslbam 2022-08-12T20:12:00+00:00

Thank you for the swift fix!