From b72140c26537834b2953a36dcf984b4018028b08 Mon Sep 17 00:00:00 2001 From: Dionysis Grigoropoulos Date: Sat, 5 Nov 2022 13:28:54 +0200 Subject: [PATCH] fix: Follow redirects on matrix detect --- technologies/matrix-detect.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/technologies/matrix-detect.yaml b/technologies/matrix-detect.yaml index fccf67d8b4..669004b52a 100644 --- a/technologies/matrix-detect.yaml +++ b/technologies/matrix-detect.yaml @@ -10,6 +10,8 @@ info: requests: - method: GET + redirects: true + max-redirects: 2 path: - "{{BaseURL}}/.well-known/matrix/server" - "{{BaseURL}}/.well-known/matrix/client"