compiled
compiled copied to clipboard
Add documentation how to use @compiled when CSP(Content-Security-Policy) is used.
Is your feature request related to a problem? Please describe. I'm trying to enable CSP on my website, but I can make it work neither with hash- nor with nonce-... it seems the only viable option, for now, is to use 'unsafe-inline' which is not nice.
Describe the solution you'd like Be able to specify nonce (maybe as a high order component?). Or be able to override how
if there is an already supported way, please add docs.