What?
Verify that TestCafe enforces CSP in the chrome browser used to run acceptance tests. It was observed that some of the CSP directives were not enforced when running acceptance tests.
Why?
This will help us automatically detect some CSP problems.
How?
Remove some of the directives added for styles/fonts and see if the browser running the tests logs CSP errors in the console.
Acceptance Criteria
Related Issues