Mixed Resource Detection

¥10.00

Mixed Resource Detection

还是网站安全漏洞,这个是啥什么意思? 怎么配置解决。 感觉像是说网站可以同时用http和https访问吗? 网站已经做了http自动跳转https了


图片.png



最佳解决方案

这个漏洞的意思是说你网页里面引用的其他资源同时包含http和https的网址,并不是说你网站支持http和https访问。如果你的网站是https的,你检查下是不是某些js文件或者css文件使用http的方式引用过来。


举个例子,如果https网站里面使用如下方式引用js文件,就会引发的问题

Mixed Resource Detection

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" defer="defer"></script>


难得孤寂 T0 被采纳率100%
2022-02-23 10:15
打赏 0 0
页面统计
486 访问
0 帮助
0.00 打赏

hierror 2019 © hierror.com 京ICP备13026190号-1

通知消息
  • 暂无任何消息