mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-02-13 16:13:21 +01:00
Apply Patch
This commit is contained in:
parent
3816e9c22d
commit
8f4f6abc67
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ defmodule Pleroma.Web.Plugs.UploadedMedia do
|
|||
conn ->
|
||||
conn
|
||||
end
|
||||
|> merge_resp_headers([{"content-security-policy", "sandbox"}])
|
||||
|> merge_resp_headers([{"content-security-policy", "script-src none"}])
|
||||
|
||||
config = Pleroma.Config.get(Pleroma.Upload)
|
||||
|
||||
|
|
Loading…
Reference in a new issue