From 899dbea4dd5545451fa70e0f32b9f996b8141d6b Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Fri, 19 Jun 2026 09:30:18 +0200 Subject: [PATCH] Fix redirect check, but this is wrong Redirect checks should not repeat the content check for the target, but simply check that the redirect is going to the right URL. --- resources/external/status/docker_compose/config/websites.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/external/status/docker_compose/config/websites.yaml b/resources/external/status/docker_compose/config/websites.yaml index c470efa6c..867a23d43 100644 --- a/resources/external/status/docker_compose/config/websites.yaml +++ b/resources/external/status/docker_compose/config/websites.yaml @@ -238,4 +238,4 @@ endpoints: conditions: - "[STATUS] == 200" - "[CERTIFICATE_EXPIRATION] > 48h" - - "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg.*)" + - "[BODY] == pat(*STATUS_CANARY_HAMBURG_CCC_DE_DO_NOT_TOUCH*)"