Mixed Content: The page at 'https://www.****.com/login.html' was loaded over HTTPS, but requested an insecure script 'http://rescdn.qqmail.com/node/ww/wwopenmng/js/sso/wwLogin-1.0.0.js'. This request has been blocked; the content must be served over HTTPS.
在login页面加上这个就可以了 . 意思是把http升级成https
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">