Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ssl 如何获得';Chrome检测到不安全的内容';相反';Chrome检测到高风险的不安全内容';_Ssl_Google Chrome Extension - Fatal编程技术网

Ssl 如何获得';Chrome检测到不安全的内容';相反';Chrome检测到高风险的不安全内容';

Ssl 如何获得';Chrome检测到不安全的内容';相反';Chrome检测到高风险的不安全内容';,ssl,google-chrome-extension,Ssl,Google Chrome Extension,我做了chrome的扩展。 当我在https下浏览网站时,我的链接仍在http下,我收到: “该网站使用SSL,但Google Chrome检测到页面上存在高风险的不安全内容,或者该网站的证书存在问题” 当我在https下浏览网站时,我在其他扩展中看到了http下的链接,它们接收到: “该网站使用SSL,但Google Chrome在页面上检测到不安全的内容。” 我的扩展如何接收“不安全内容”而不是“高风险不安全内容”?当网站内容仅部分加密时,会发生此错误。该页面的一些源来自http源。因此,基

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

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


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

当网站内容仅部分加密时,会发生此错误。该页面的一些源来自http源。因此,基本上,如果一个网站使用https,https网页的所有来源都必须是https,这样就无法保证安全性。这就是为什么如果你不发布相关的js,web浏览器至少会显示警告或阻止内容