Conversation
supportHi 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!
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!