X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=0fbca06f3f8f8d2cd35c0cdef8a39c0fb378efea;hb=0faf8dbef8f0d77fdd42b36ade4d55c42f0ccc8c;hp=5eca250bb0401043286cefdcbef352fa6609586d;hpb=250e2020987b1fc65251ba9564e41b38ba060391;p=akkoma diff --git a/config/config.exs b/config/config.exs index 5eca250bb..0fbca06f3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -543,6 +543,7 @@ config :pleroma, Oban, queues: [ activity_expiration: 10, token_expiration: 5, + filter_expiration: 1, backup: 1, federator_incoming: 50, federator_outgoing: 50, @@ -725,7 +726,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",