jelhan / ember-style-modifier

{{style}} element modifier for ember.js
MIT License
36 stars 12 forks source link

Test coverage for Content Security Policy (CSP) #232

Open jelhan opened 8 months ago

jelhan commented 8 months ago

We lost the test coverage that the addon is compatible with a strict content security policy (CSP) in #218. We should add it back.

It was previously implemented using ember-cli-content-security-policy. Assuming that it worked before, adding that dependency back to the test-app might be all what is needed.