mixed content the site was loaded over a secure connection but the file at was loaded over an insecure connection
problem
问题: 在https地址试图通过a标签跳转到http下载地址时,浏览器报错
mixed content the site https://xxx was loaded over a secure connection but the file at http://yyy was loaded over an insecure connection
reason
原因
- 推测是触发了 chrome 安全检查
- “Mixed Content” warnings occur when an HTTPS page is asked to load a resource over HTTP.
测试发现文章来源:https://www.toymoban.com/news/detail-633961.html
- chrome 浏览器控制台会报错
- firefox 浏览器不会报错
- 手机自带浏览器也不会报错
solution
将跳转地址http改为https文章来源地址https://www.toymoban.com/news/detail-633961.html
<!-- 这个方法不可用 -->
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
到了这里,关于mixed content the site was loaded over a secure connection but the file at was loaded over an insecu的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!