Update axigen-webmail.yaml

patch-1
Prince Chaddha 2022-03-11 01:28:52 +05:30 committed by GitHub
parent e2fa9a0386
commit dbb5a59b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -18,9 +18,11 @@ requests:
matchers-condition: and
matchers:
- type: word
words:
- '<title>Axigen WebMail</title>'
- type: regex
regex:
- '(?i)(Axigen WebMail)'
- '<title>Axigen Standard Webmail - (.*)</title>'
condition: or
- type: status
status:
@ -32,5 +34,3 @@ requests:
part: body
regex:
- '<script type="text\/javascript" src="js\/lib_login\.js\?v=(.+)"><\/script>'
# Enhanced by cs on 2022/02/25