Added Content type check (#4376)
parent
f30b6116b7
commit
b5066205ec
|
@ -26,7 +26,11 @@ requests:
|
|||
part: body
|
||||
words:
|
||||
- 'back<img src=x onerror=alert(document.domain)>'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue