Add CORS header to well-known matrix endpoints.
semver Build semver has succeeded Details
build-homepage Build build-homepage has succeeded Details

main v0.0.51
Tom Alexander 9 months ago
parent 3c96e0fa12
commit 3343a338e2
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -40,11 +40,13 @@ http {
location /.well-known/matrix/server {
default_type application/json;
add_header "Access-Control-Allow-Origin" *;
return 200 '{"m.server": "matrix.fizz.buzz:8448"}';
}
location /.well-known/matrix/client {
default_type application/json;
add_header "Access-Control-Allow-Origin" *;
return 200 '{"m.homeserver":{"base_url": "https://matrix.fizz.buzz"}}';
}
}

Loading…
Cancel
Save