Update plesk-obsidian-login.yaml

patch-1
Prince Chaddha 2022-10-28 19:38:38 +05:30 committed by GitHub
parent 0ba4d11335
commit 1d6b4de0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -17,11 +17,8 @@ requests:
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
part: body
words: words:
- '"customTitle":"Plesk Obsidian' - 'Plesk Obsidian'
- 'class="sid-plesk"'
condition: or
- type: status - type: status
status: status:
@ -29,7 +26,6 @@ requests:
extractors: extractors:
- type: regex - type: regex
part: body
group: 1 group: 1
regex: regex:
- '"customTitle":"Plesk Obsidian ([0-9.]+)"' - '(?i)<title>([A-Za-z 0-9.]+)</title>'