Merge pull request #657 from nodauf/patch-3

Using regex to detect when a hash is used
patch-1
bauthard 2020-12-01 18:57:49 +05:30 committed by GitHub
commit 194aa9d0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ requests:
- "/dana-na/auth/welcome.cgi"
part: header
- type: word
words:
- "/dana-na/css/ds.css"
part: body
- type: regex
regex:
- "(?i)/dana-na/css/ds(_[a-f0-9]{64})?.css"
part: body