Hi,
I'm working on a project with Content Security Policy enabled.
When I import this library I get errors like this in the console:
Refused to apply inline style because it violates the following Content Security Policy


-
Does this library support a way to remove inline styles?
-
Is there a recommended approach to extracting inline css styles and moving them to a dedicated css file?
Relaxing CSP to allow inline/unsafe styles isn't an option.
Thanks.
Hi,
I'm working on a project with Content Security Policy enabled.
When I import this library I get errors like this in the console:
Refused to apply inline style because it violates the following Content Security Policy
Does this library support a way to remove inline styles?
Is there a recommended approach to extracting inline css styles and moving them to a dedicated css file?
Relaxing CSP to allow inline/unsafe styles isn't an option.
Thanks.