http://www.ember-cli.com/#ember-dataで提案されているように、Ember CLI で http-mock を使用しています。CSP の基本的な概念は理解していますが、Ember CLI アプリケーション内での CSP の構成は理解していません。
localhost:4200/api/
開発中にこれを回避するために、リクエストを受け入れるようにアプリケーションを構成するにはどうすればよいですか。
Content Security Policy violation: {
"csp-report": {
"document-uri":"http://localhost:4200/products",
"referrer":"",
"violated-directive":"style-src 'self'",
"effective-directive":"style-src",
"original-policy":"default-src 'none'; script-src 'self' 'unsafe-eval' localhost:35729 0.0.0.0:35729; font-src 'self'; connect-src 'self' ws://localhost:35729 ws://0.0.0.0:35729 http://0.0.0.0:4200/csp-report; img-src 'self'; style-src 'self'; media-src 'self'; report-uri http://0.0.0.0:4200/csp-report;",
"blocked-uri":"",
"source-file":"chrome-extension://alelhddbbhepgpmgidjdcjakblofbmce",
"line-number":1,"column-number":20481,"status-code":200
}
}