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