Request: https -> small fix to have the warning about unsecure sources gone
-
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)
The topic ‘Request: https -> small fix to have the warning about unsecure sources gone’ is closed to new replies.