My company uses elm-ui extensively. We need to be able to support CSP without unsafe-inline, in order to be security compliant. Elm-ui generates inlined css-styles, which are blocked by the CSP-policy we need to implement.
There is a way to get around this, using nonces. A nonce is a per-request cryptographically secure random value that is set as an attribute in the
My company uses elm-ui extensively. We need to be able to support CSP without
unsafe-inline
, in order to be security compliant. Elm-ui generates inlined css-styles, which are blocked by the CSP-policy we need to implement.There is a way to get around this, using nonces. A nonce is a per-request cryptographically secure random value that is set as an attribute in the