Allow to define custom HTTP headers per each frontend
This commit is contained in:
parent
133644dfa2
commit
7fcaa188a0
5 changed files with 39 additions and 15 deletions
|
|
@ -723,7 +723,10 @@ config :pleroma, :frontends,
|
|||
"git" => "https://git.pleroma.social/pleroma/fedi-fe",
|
||||
"build_url" =>
|
||||
"https://git.pleroma.social/pleroma/fedi-fe/-/jobs/artifacts/${ref}/download?job=build",
|
||||
"ref" => "master"
|
||||
"ref" => "master",
|
||||
"custom-http-headers" => [
|
||||
{"service-worker-allowed", "/"}
|
||||
]
|
||||
},
|
||||
"admin-fe" => %{
|
||||
"name" => "admin-fe",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue