forked from AkkomaGang/akkoma
http security: remove form-action from CSP definitions
This commit is contained in:
parent
4ad0432565
commit
c07464607d
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ defp csp_string do
|
|||
[
|
||||
"default-src 'none'",
|
||||
"base-uri 'self'",
|
||||
"form-action *",
|
||||
"frame-ancestors 'none'",
|
||||
"img-src 'self' data: https:",
|
||||
"media-src 'self' https:",
|
||||
|
|
Loading…
Reference in a new issue