Wrong part name (#6482)

Part name should be "header" instead "location"
patch-1
Emre Kara 2023-01-07 22:00:41 +03:00 committed by GitHub
parent 12a5192482
commit 09504ab427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ requests:
matchers-condition: and
matchers:
- type: regex
part: location
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)evil\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1