I tried to get a more secure [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) working but failed due to dependencies insisting on inlining CSS and JS. Lookin' at you, `glamor-css` I tried: - `INLINE_RUNTIME_CHUNK=false` - https://github.com/slackhq/csp-html-webpack-plugin with various configs like `nonceEnabled`, `hashEnabled` etc
I tried to get a more secure CSP working but failed due to dependencies insisting on inlining CSS and JS. Lookin' at you,
glamor-cssI tried:
INLINE_RUNTIME_CHUNK=falsenonceEnabled,hashEnabledetc