forked from AkkomaGang/akkoma
Uploads: Sandbox them in the CSP.
This commit is contained in:
parent
8cf4e1619e
commit
a4afeed426
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ def call(%{request_path: <<"/", @path, "/", file::binary>>} = conn, opts) do
|
|||
conn ->
|
||||
conn
|
||||
end
|
||||
|> merge_resp_headers([{"content-security-policy", "sandbox"}])
|
||||
|
||||
config = Pleroma.Config.get(Pleroma.Upload)
|
||||
|
||||
|
|
Loading…
Reference in a new issue