Content Security Policy issue node js react

CSP is always a grind. Helmet is a good package. I’ve added CSP to a number of websites, but I’m not an expert. I think you either need to add a nonce (hash) to your scripts or “white-list” the sources (works, but not considered a best practice currently).

I have a few suggestions:

One other thing. You can use Mozilla Observatory to test your CSP. It is a very helpful tool.