ssl - 如何获取 'Chrome has detected insecure content' 而不是 'Chrome has detected either high-risk insecure content'

标签 ssl google-chrome-extension

我对 chrome 进行了扩展。 当我浏览到 https 下的网站时,我的链接仍在 http 下,我收到: “该站点使用 SSL,但 Google Chrome 检测到页面上存在高风险不安全内容或站点证书存在问题”

当我浏览到 https 下的网站时,我在其他扩展中看到了 http 下的链接,它们收到: “该站点使用 SSL,但 Google Chrome 检测到该页面上存在不安全内容。”

我的扩展程序如何接收“不安全内容”而不是“高风险不安全内容”?

最佳答案

当网站内容仅部分加密时会出现此错误。该页面的一些来源来自 http 来源。因此,基本上,如果网站使用 https,则 https 网页的所有来源都必须是 https,从而破坏了安全性。这就是为什么网络浏览器至少会显示警告或阻止内容

关于ssl - 如何获取 'Chrome has detected insecure content' 而不是 'Chrome has detected either high-risk insecure content',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19294487/

相关文章:

node.js - 使用 Let's Encrypt SSL 证书在 ExpressJS Node 应用程序中握手失败

django - 某些页面需要 ssl 的 django 应用程序的 apache 中的设置

javascript - chrome.runtime.sendMessage 引发 "Uncaught TypeError: Cannot call method ' 未定义的 sendMessage'

javascript - 递归异步函数中的 Promise

regex - 匹配除 Chrome 扩展程序中某些 URL 之外的所有 URL

security - X.509 证书中 "validity period"的用途是什么?

ssl - 在自定义服务器和 Nginx 上配置 godaddy SSL

google-chrome - 在窗口打开事件中在后台运行的 Chrome 扩展程序?

authentication - chrome.identity.launchWebAuthFlow 能否用于针对 Google API 进行身份验证?

来自 WCF 服务的带有 SSL 的 MySQL Connector/Net 失败