compiled icon indicating copy to clipboard operation
compiled copied to clipboard

Add documentation how to use @compiled when CSP(Content-Security-Policy) is used.

Open AleksandrMalafeev opened this issue 3 years ago • 0 comments

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.

AleksandrMalafeev avatar Jul 16 '21 11:07 AleksandrMalafeev