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