Add form-action: 'self' to CSP for defense in depth
This commit is contained in:
parent
9e0f387e80
commit
32e2c6dcb5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue