leefsmp/Re-Flex

Make component work with Content Security Policy by adding nonce attribute

Closed this issue · 1 comments

This component uses style attributes, which may violate CSP if you disallow inline styling.

Suggest adding a nonce attribute to ReflexElement so this can be injected, and style attributes work.

It seems like react already does it properly for you, so this is not necessary.