jquery-ui.css being loaded via http instead of https
-
Hello,
I’m using version 1.8.3 of Apply Online and my site uses HTTPS throughout.
When I go into the admin side of my site, I get a browser warning that an element is trying to be loaded insecurely. In researching it, I can see that this is because on line 449 of class-applyonline-admin.php, the jquery-ui.css file that is being loaded from ajax.googleapis.com is being loaded via HTTP instead of HTTPS.
I’ve temporarily changed line 449 from http to https in my copy of the plugin. This has fixed the problem. However, that adjustment will obviously get lost with the next update if the source goes unchanged.
If you would please update that CSS line in your source to use https in the next release, I would be most appreciative. That would solve this problem permanently for me, but also for anyone else using your plugin on a secure site.
Thank you!
Richard
- The topic ‘jquery-ui.css being loaded via http instead of https’ is closed to new replies.