先上贴图:
chrome : https://cl.ly/132h1I2P2U3i
firefox : https://cl.ly/2T3p0X100P3K
错误显示: A Parser-blocking, cross-origin script, https://ajax.cloudflare.com/cdn-cgi/nexp/dok3v=f2befc48d1/cloudflare.min.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
firefox 显示 4 个升级 http 到 https 的请求,我应该在哪里升级呢?
自己一开始为了消除 mixed contents 错误,把 nginx 里面的 nginx.conf 的 server {}中添加
server { ...
add_header Content-Security-Policy upgrade-insecure-requests;
...} 请大家指导
1
kmdd33 OP 用了 cloudflare 的 301 跳转和 pagerules
|