Update netlify-takeover.yaml (#5087)
* Update netlify-takeover.yaml * made it case-insensitive Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
f50f62d5c2
commit
36cefa625e
|
@ -16,10 +16,12 @@ requests:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Not found - Request ID:"
|
||||
- "Not Found - Request ID:"
|
||||
case-insensitive: true
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "Netlify"
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue