在nginx.conf 配置文件中,增加如下配置内容:
add_header Content-Security-Policy "default-src 'self' localhost:8080 'unsafe-inline' 'unsafe-eval' blob: data: ;";
效果如下:
systemctl restart nginx
或者
service nginx restart