• Resolved jmslbam

    (@jmslbam)


    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alan Fuller

    (@alanfuller)

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

    Plugin Author Alan Fuller

    (@alanfuller)

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

    Plugin Author Alan Fuller

    (@alanfuller)

    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.

    Plugin Author Alan Fuller

    (@alanfuller)

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

    Thread Starter jmslbam

    (@jmslbam)

    Thank you for the swift fix!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Google Fonts dependency’ is closed to new replies.