commit d352e1a67115c5566e82aba0dfff2e3c0027cdb7 parent 9f2f51eacbc2f7b552b44ed2e59c9fcf9bf6c1c7 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 18 Jan 2025 17:10:53 +0100 Fix mas? Diffstat:
| M | apps/base/matrix/synapse/release.yaml | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/apps/base/matrix/synapse/release.yaml b/apps/base/matrix/synapse/release.yaml @@ -355,7 +355,10 @@ spec: matches: - path: type: RegularExpression - value: /_matrix/client/(r0|v3|unstable)/(login|logout|refresh) + value: /_matrix/client/.*/(login|logout|refresh) + - path: + type: RegularExpression + value: /_matrix/client/(api/v1|r0|v3|unstable)/login/sso/redirect ingress: enabled: false sops: