base
base copied to clipboard
add directives key to helmet contentSecurityPolicy
- src/server/server.js moved some existing properties into the directives key
I did this because I was getting a bug saying the directives key was required and it looked like those properties belonged in the directives key.
The server won't even run without this change. Please merge