Update sogo-detect.yaml
parent
48a6d6a629
commit
5394e3c0bb
|
@ -16,7 +16,9 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
- "{{BaseURL}}/SOGo"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
host-redirects: true
|
host-redirects: true
|
||||||
max-redirects: 2
|
max-redirects: 2
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
|
@ -24,8 +26,8 @@ requests:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- 'SOGo'
|
- 'content="SOGo Web Interface"'
|
||||||
- 'SOGo Web Interface'
|
- 'sg-default="SOGo'
|
||||||
condition: or
|
condition: or
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
|
|
Loading…
Reference in New Issue