mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 05:49:54 +01:00
Apply Patch
This commit is contained in:
parent
ea66a69de2
commit
ee18ece9a3
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