mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
fix matrix delegation
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
13fbf15d66
commit
690afa042b
1 changed files with 8 additions and 0 deletions
|
@ -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 = "/*"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue