• Resolved eriknokc

    (@eriknokc)


    The line of code below in the ko-calendar.php file in this plugin makes my site insecure.


    wp_enqueue_script('googleclient', 'https://apis.google.com/js/client.js?onload=ko_calendar_google_init', array('ko-calendar'), false, true);

    If I change the code to https, then my site is secure and displays the padlock. The problem is that I have to change this every time you update your plugin. Will you please update your code to be universal for http & https sites?

    https://www.ads-software.com/plugins/google-calendar-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Poco

    (@poco)

    Yes, I have that in the works. Just doing some testing. I will remove the http: from the URL and it should work on all sites.

    Plugin Author Poco

    (@poco)

    Version 1.4.5 includes this change.

    Thread Starter eriknokc

    (@eriknokc)

    Thank you very much! I updated the plugin and it works great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin making secure site insecure’ is closed to new replies.