diff --git a/technologies/sogo-detect.yaml b/technologies/sogo-detect.yaml index 4c4526d53b..d134165b8d 100644 --- a/technologies/sogo-detect.yaml +++ b/technologies/sogo-detect.yaml @@ -16,7 +16,9 @@ requests: - method: GET path: - "{{BaseURL}}" + - "{{BaseURL}}/SOGo" + stop-at-first-match: true host-redirects: true max-redirects: 2 matchers-condition: and @@ -24,8 +26,8 @@ requests: - type: word part: body words: - - 'SOGo' - - 'SOGo Web Interface' + - 'content="SOGo Web Interface"' + - 'sg-default="SOGo' condition: or - type: status