Update wagtail-cms-detect.yaml
parent
2e2ea2982f
commit
8c9869a0b4
|
@ -12,16 +12,17 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login/?next=/"
|
||||
- "{{BaseURL}}/admin/login/?next=/admin/"
|
||||
- '{{BaseURL}}/login/?next=/'
|
||||
- '{{BaseURL}}/admin/login/?next=/admin/'
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Wagtail - Sign in"
|
||||
- 'Wagtail - Sign in'
|
||||
|
||||
- type: status
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue