X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=b9af250c5f2f1e28fb6d1fcad718512e7946e8a0;hb=92efdf9adc5d061e0bb008d75dae67b1ae80b834;hp=5eca250bb0401043286cefdcbef352fa6609586d;hpb=250e2020987b1fc65251ba9564e41b38ba060391;p=akkoma diff --git a/config/config.exs b/config/config.exs index 5eca250bb..b9af250c5 100644 --- a/config/config.exs +++ b/config/config.exs @@ -725,7 +725,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",