Add form-action: 'self' to CSP for defense in depth
This commit is contained in:
@@ -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:;
|
||||
|
Reference in New Issue
Block a user