Replies: 1 comment
-
Thanks, working on this in #1834. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi and thanks for this great library :)
Would you welcome a PR adding support for the nonce attribute ?
This would allow to use Content-Security-Policy headers (see https://content-security-policy.com/unsafe-inline/). Currently we have to add the
unsafe-inline
header, which is considered, well, unsafe ;)Something like that:
The nonce value would then be added to the inline
style
tag.Beta Was this translation helpful? Give feedback.
All reactions