commit ed559478ab48fa15733b93d5d626cc7530b6cd77
parent d9b2438c0cc54dbf892417ff2d76fe204dc8e0b1
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 9 Feb 2026 20:27:51 +0100
fix cors
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/persephone/deployment.yaml b/apps/talos_cluster/persephone/deployment.yaml
@@ -155,6 +155,10 @@ spec:
directResponse:
contentType: application/json
statusCode: 200
+ header:
+ set:
+ - name: Access-Control-Allow-Origin
+ value: "*"
body:
type: Inline
inline: '{"m.homeserver": {"base_url": "https://matrix.persephone.midnightthoughts.space"}}'