• ResolvedModerator Marius L. J.

    (@clorith)


    Hi there,

    We’re running your plugin on one of our sites, and noticed that it’s loading google fonts from a hardcoded HTTP URL, this should ideally be updated to use HTTPS, or at the very least check the current schema used for the site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Weather Atlas

    (@weatheratlas)

    Hi Marius,

    update 1.1 is coming out very soon,
    with an option for users to choose their location’s weather conditions and forecast.

    google fonts will be fixed as well.
    (thanks for your comment)

    In the meantime, you can fix this by editing:
    weather-atlas/public/class-weather-atlas-public.php
    (in Plugins >> Editor)

    change:
    wp_enqueue_style( ‘wpb-google-fonts’, ‘https://fonts.googleapis.com/css?family=Open+Sans’, FALSE );

    to:
    wp_enqueue_style( ‘wpb-google-fonts’, ‘//fonts.googleapis.com/css?family=Open+Sans’, FALSE );

    OK?

    Plugin Author Weather Atlas

    (@weatheratlas)

    Hi Marius,

    Version 1.1.0 with updated URL for google fonts, (and users ability to choose weather location) is released.

    Please update your widget…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Implement HTTPS support’ is closed to new replies.