Closed
Description
If you configure default-src 'self' data:;
for content-security-policy
, error_tracker does not work and does not apply the css. In order to make it work, you have to add style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline';
to you csp config.
unsafe-inline is not an option that you want in your csp.