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'"
スクリプトを実行できるようにセキュリティ ポリシーを変更するにはどうすればよいですか?