nginx this request has been blocked the content http https was loaded

1.Nginx 配置中配置如下修改即可

server {
    ...
    location / {
        ...
        add_header Content-Security-Policy upgrade-insecure-requests;
        ...
    }
}

https://blog.exsvc.cn/article/https-mixed-content-blocked.html

posted @ 2020-12-24 20:20  littlevigra  阅读(617)  评论(0编辑  收藏  举报