ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

Disable CSP #579

Closed vsc-github closed 5 years ago

vsc-github commented 6 years ago

Firstly, great project! Much thanks to the contributors for keeping it up.

Is there any way I could disable CSP for a while without breaking anything? Silly question, but couldn't find anything in the issues or readme.

birkir commented 6 years ago

Just remove the security express middleware, r cherrypick from the middleware itself.