fix matrix delegation

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-12-26 00:54:00 +02:00
parent 13fbf15d66
commit 690afa042b

View file

@ -218,6 +218,14 @@
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Methods = "GET"
[[headers]]
for = "/.well-known/matrix/*"
[headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Methods = "GET"
Content-Type = "application/json"
[[headers]]
for = "/*"