赞
踩
This request has been blocked; the content must be served over HTTPS
http、https混合导致的
网站用的是 https 要跳转到 http 请求,被阻止了。
1.页面中都是用 https ,或者都使用 http
2.在 <head> 标签中添加以下代码
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"/>
意思是自动将http的不安全请求升级为https
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。