Chrome ssl栏不会显示绿色

问题描述 投票:1回答:1

安全标签显示在FF上,但对于Chrome它不会。我查明了它不喜欢的代码。 fiddle(html框是阻止chrome显示安全的代码}

<div class="santa" id="xmas" >
<p>Secret Santa Gift</p>
<a class="close_icon" id="clo" onclick="topdiv();">M</a>
</div>

我猜它不喜欢点击动作?

编辑:这是一个缓存问题,清除了浏览器历史记录,它显示https安全。谢谢。

javascript php html css
1个回答
1
投票

我检查了你的文件,看起来没问题。您需要将文件中的每个地址都设置为https。如果您有http的地址,请将其更改为https。

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.