You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing (and using) this plugin doesn't work when also ember-cli-content-security-policy is used - as this plugin adds a script tag which is invalid in a strict CSP and ember test fails.
Not sure how this could be fixed though. I personally added 'sha256-mxS7BMcPyFkeNLsw9IYNa3mPDc5sUvokKDSpKaYurPU=' in my CSP settings which is the SHA for that script tag... but that's not very nice. Any ideas?
ember-cli-code-coverage has a similar problem, there are some ideas posted over there, but it looks like they don't have a solid solution that Just Works. ember-cli-code-coverage/ember-cli-code-coverage#214
Installing (and using) this plugin doesn't work when also ember-cli-content-security-policy is used - as this plugin adds a script tag which is invalid in a strict CSP and
ember test
fails.Not sure how this could be fixed though. I personally added
'sha256-mxS7BMcPyFkeNLsw9IYNa3mPDc5sUvokKDSpKaYurPU='
in my CSP settings which is the SHA for that script tag... but that's not very nice. Any ideas?@rwjblue might also have some idea?
The text was updated successfully, but these errors were encountered: