Update locklizard-webviewer-panel.yaml
parent
ce9120dbea
commit
14558333a7
|
@ -14,16 +14,18 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/webviewer/index.php"
|
||||
- "{{BaseURL}}"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'content="Locklizard Web Viewer"'
|
||||
- 'content="LockLizard"'
|
||||
- "<strong>Locklizard Web Viewer</strong>"
|
||||
- 'Locklizard Web Viewer'
|
||||
- 'Did you remember your password?'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue