Support for HTTPS
-
This plugin is pretty useful but I have one suggestion- I think it would be useful for the CDN url of your JS file to load over HTTP or HTTPS depending on the SSL-ness of the domain it’s used on (either with
"http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "")
or just//
with no protocol). Right now it’s hardcoded with HTTP so if you’re on an SSL site you have to override it.
- The topic ‘Support for HTTPS’ is closed to new replies.