mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 10:09:02 +00:00
Merge branch 'bugfix/csp-remove-form-action' into 'develop'
http security: remove form-action from CSP definitions Closes #379 See merge request pleroma/pleroma!456
This commit is contained in:
commit
38f76d964f
|
@ -32,7 +32,6 @@ defmodule Pleroma.Plugs.HTTPSecurityPlug 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