Removing the HTTP protocol
-
Hi,
I am using you’re plugin over a secured HTTPS connection, and by default, browsers will not load any files that are served over a non-secured protocol.
The plugin is currently loading jQuery from the Google APIs site. I would recommend that you change the URL
https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js
to
//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js
This will then call the file with the same protocol (HTTP or HTTPS) as the site it’s loaded on is using.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Removing the HTTP protocol’ is closed to new replies.