HTTP/HTTPS
-
Version 0.2.5. When accessing a site using HTTPS the scripts are being delivered over HTTP which is breaking in Chrome. I did a quick hack and changed line 32 in
js-css-script-optimizer.php
to remove the protocol completely from the URL. Might be related to https://core.trac.www.ads-software.com/ticket/19873self::$upload_url = str_replace('https://', '//', str_replace('https://', '//', $uploads['baseurl'])) . '/';
https://www.ads-software.com/plugins/js-css-script-optimizer/
- The topic ‘HTTP/HTTPS’ is closed to new replies.