Simplify regex

patch-1
sullo 2021-04-27 10:42:41 -04:00
parent 1824c1df92
commit be24a83a98
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ requests:
matchers: matchers:
- type: regex - type: regex
regex: regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com(?:\s*?).*$' - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
part: header part: header