detect https and eliminate external dependencies
-
If a user accesses my site via HTTPS, the plugin still includes a non-HTTPS link to https://shuttle.sharexy.com/LoaderLite.js :
<script type="text/javascript" src="https://shuttle.sharexy.com/LoaderLite.js">
This can cause a security warning on some browsers.
Suggested fix: detect HTTPS and use the URL https://shuttle.sharexy.com/LoaderLite.js
MUCH BETTER, EASIER FIX: include LoaderLite.js in the Plugin files instead of using an external URL. This will decrease load on your server and decrease our risk (eg, if your site goes down or is hacked, the plugin could fail on our sites, or even harm our visitors).
Thanks,
JP
- The topic ‘detect https and eliminate external dependencies’ is closed to new replies.