forked from AkkomaGang/akkoma
Add manifest-src to allow manifest.json
This commit is contained in:
parent
39a3b1724a
commit
591b11eafc
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ defp csp_string do
|
|||
"font-src 'self'",
|
||||
"script-src 'self'",
|
||||
"connect-src 'self' " <> String.replace(Pleroma.Web.Endpoint.static_url(), "http", "ws"),
|
||||
"manifest-src 'self'",
|
||||
"upgrade-insecure-requests"
|
||||
]
|
||||
|> Enum.join("; ")
|
||||
|
|
Loading…
Reference in a new issue