#How to solve CSP error for Angular Material?

4 messages · Page 1 of 1 (latest)

modest acorn
#

Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' https://fonts.googleapis.com https://.fontawesome.com https://.isifid.com ". Either the 'unsafe-inline' keyword, a hash ('sha256-47DEQpj8HBSa+/XXX'), or a nonce ('nonce-...') is required to enable inline execution.

unique geyser
#

why are you inlining that style?

modest acorn
#

already I removed the inline styles, but getting that error yet, I think it occurs automatically due to Angular Material

unique geyser