Merge branch 'develop' into 'fix/2412-filters'
[akkoma] / config / config.exs
index 715524e84507d82a8f29b0e2e7bba757dd1941a2..0fbca06f3f8f8d2cd35c0cdef8a39c0fb378efea 100644 (file)
@@ -726,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",