You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Using this integration but I noticed it is not possible to set a nonce to be compliant on the CSP policies.
Is there any way to set the nonce to the inline style?
Is there a build tool that you use that supports this feature? If so, I can take a look at changing the build process.
Hi,
Thanks for your reply. No not using some kind of tool for this. Try to have libraries where is support is out of the box.
The problem is there are a lot of issues running CSP fully locked down using ReactJS. So right now I have to run the app using style-src 'self' 'unsafe-inline'
It's fine for now, but in the future, it's nice to have we can set a nonce also.
Hi, Using this integration but I noticed it is not possible to set a nonce to be compliant on the CSP policies.
Is there any way to set the nonce to the inline style?
More info: https://content-security-policy.com/examples/allow-inline-style/
The text was updated successfully, but these errors were encountered: