yiichou / aliyun-oss-support

基于阿里云OSS的WordPress远程附件支持插件
Other
353 stars 80 forks source link

修改支持https链接 #126

Open zhihub opened 3 years ago

zhihub commented 3 years ago

会造成全站不安全提示 请大佬及时修正 文件位置:src/Config.php 行:68 源代码self::$staticHost = is_ssl() ? "https://{$options['static_url']}" : "http://{$options['static_url']}"; 修改self::$staticHost = is_ssl() ? "http://{$options['static_url']}" : "https://{$options['static_url']}"; 仅限主站没有ssl