Chrome 给我以下错误:
Refused to load the script 'http://domain.com/myexternalscript.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval'"
目前,在我的清单中,我的内容安全政策如下:
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
如何更改我的安全策略以允许脚本运行?