Update wagtail-cms-detect.yaml

patch-1
Dhiyaneshwaran 2022-11-17 13:36:37 +05:30 committed by GitHub
parent 2e2ea2982f
commit 8c9869a0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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