react-csp
react-csp copied to clipboard
Support for adding nonce for scripts and style tags
Requesting support to add nonce / hashes to the meta tag and also script and style tags. Currently, we are using csp-html-webpack-plugin
but it requires react-app-rewired
. I love that react-csp
plays well with Create React App, and if nonce support is provided, it would fit our use case.
Thanks!