added total
[akkoma] / config / config.exs
index 5eca250bb0401043286cefdcbef352fa6609586d..b9af250c5f2f1e28fb6d1fcad718512e7946e8a0 100644 (file)
@@ -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",