Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚将我的网站移至 ssl,但我的内容不安全。这到底是什么意思,我需要做什么样的改变?
谢谢!
这意味着您的页面仍在通过 http 加载一些内容(不安全)。查找正在加载的内容的一种简单方法是在 chrome 上的 Developer Tools 或firefox上的firebug中查看网络选项卡。
它通常与src属性有关,例如使用来自 googleapis 的 jquery。如果是这样,请将源更改https为http
src
https
http