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" - "/dana-na/auth/welcome.cgi"
part: header part: header
- type: word - type: regex
words: regex:
- "/dana-na/css/ds.css" - "(?i)/dana-na/css/ds(_[a-f0-9]{64})?.css"
part: body part: body