tinymce-react icon indicating copy to clipboard operation
tinymce-react copied to clipboard

Add the `nonce` as a valid attibute for script loading

Open felixmosh opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. On an app with CSP policy it is a good practice to provice nonce for 3rd party scripts (instead of allowing the entire cdn js sites, which exposes may expose to a XSS)

Describe the solution you'd like Add to ScriptItem interface the nonce prop.

felixmosh avatar Oct 07 '24 18:10 felixmosh