From 4c96b2435614c98931bfe4df8223ca0c2aff6694 Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Fri, 2 May 2025 22:38:43 -0400 Subject: [PATCH] let us try specifying exact paths --- functions/_headers | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/functions/_headers b/functions/_headers index d3f3957..9deb71d 100644 --- a/functions/_headers +++ b/functions/_headers @@ -1,4 +1,8 @@ -/.well-known/matrix/* +/.well-known/matrix/client + X-Content-Type-Options: nosniff + Content-Type: application/json + Access-Control-Allow-Origin: * +/.well-known/matrix/server X-Content-Type-Options: nosniff Content-Type: application/json Access-Control-Allow-Origin: * \ No newline at end of file