Add form-action: 'self' to CSP for defense in depth

pull/1/head
Scott Nonnenberg 6 years ago
parent 9e0f387e80
commit 32e2c6dcb5

@ -11,6 +11,7 @@
child-src 'self';
connect-src 'self' https: wss:;
font-src 'self';
form-action 'self';
frame-src 'none';
img-src 'self' blob: data:;
media-src 'self' blob:;

Loading…
Cancel
Save