我在wordpress中有一个博客,avatar athor图像调用不安全的图像,这使我的页面不安全。
我的网页不安全,因为混合内容
这是调用不安全映像(http://)的安全映像(https://),控制台中的第四列是initiator
这是坏图像,因为它是http而不是https
这是我的PHP代码
<?php if ($abox_avtr_size) { ?>
<div class="author-img pull-left">
<?php echo str_replace( "class='avatar", "class='media-object ".$abox_avtr_style." avatar", get_avatar( get_the_author_meta('email'), $abox_avtr_size, null, false, array('scheme' => 'https') ) ); ?>
</div> <?php } ?>
PD:我使用了let的加密证书