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
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
I had a read of this and it seems like I am unable to use a nonce for my style-src (Im using CSS in JS (styled-components)). I believe this is also the case for 'script-src' - im seeing the same error.
I was therefore wondering, what would be the "next best" values for these? If I have to use 'unsafe-eval' or 'unsafe-inline' for these to get around this, is there any point in me using this package?
Apologies for asking this here, its not really an issue.
Hi there,
I had a read of this and it seems like I am unable to use a nonce for my style-src (Im using CSS in JS (styled-components)). I believe this is also the case for
'script-src'- im seeing the same error.I was therefore wondering, what would be the "next best" values for these? If I have to use
'unsafe-eval'or'unsafe-inline'for these to get around this, is there any point in me using this package?Apologies for asking this here, its not really an issue.
Thanks