Updated matcher to dsl to only match files that contains more than "Disallow: /"

Signed-off-by: Casper Guldbech Nielsen <whopsec@protonmail.com>
patch-1
Casper Guldbech Nielsen 2020-09-12 20:13:00 +02:00
parent 4eb31d06f7
commit 79c47bfca1
1 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,6 @@ requests:
- text/plain
part: header
- type: status
status:
- 200
- type: dsl
dsl:
- "len(body)>=30 && status_code==200"