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.
This commit is contained in:
parent
1abea4ccec
commit
899dbea4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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*)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue