Update plesk-obsidian-login.yaml
parent
0ba4d11335
commit
1d6b4de0dd
|
@ -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>'
|
||||||
|
|
Loading…
Reference in New Issue