• Resolved Alariel

    (@alariel)


    Hey there,

    at first, a great plugin – everything working as expected.
    But, however, if you deliver your site via https you encounter a warning about unsecure sources.

    This is caused by the call for jquery in class-s2-frontend.php and class-s2-admin.php; the url there is hardcoded with “http://ajax.googleapis.com/ajax/” etc.pp.

    by simply removing the protocol part (so the url is read “//ajax.googleapis…”) the script will be fetched according to how the user visits the site, thus if he visits via https, the script will also be fetched the same way and the warning has gone.

    Would be nice if i dont have to do it the manual way after upgrades 😉

    Greetings from germany,
    Christian (aka Alariel)

    http://ww.wp.xz.cn/plugins/subscribe2/

Viewing 1 replies (of 1 total)
  • @christian,

    Good point. It could be workaround with the filter at the moment replacing the http: with https: or simply cutting it off as you suggest. I’ll get a fix in the next release.

Viewing 1 replies (of 1 total)

The topic ‘Request: https -> small fix to have the warning about unsecure sources gone’ is closed to new replies.