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