Update sogo-detect.yaml
parent
48a6d6a629
commit
5394e3c0bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue