commit
4b29284dec
|
@ -41,6 +41,7 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: word
|
||||
internal: true
|
||||
words:
|
||||
- 'Social Warfare'
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: word
|
||||
internal: true
|
||||
words:
|
||||
- 'Import XML feed'
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: dsl
|
||||
internal: true
|
||||
dsl:
|
||||
- "!contains_all(body, '</web-app>', 'java.sun.com')"
|
||||
- "!contains_all(header, 'application/xml')"
|
||||
|
|
|
@ -40,6 +40,7 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: word
|
||||
internal: true
|
||||
words:
|
||||
- 'Real Time Traffic'
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: dsl
|
||||
internal: true
|
||||
dsl:
|
||||
- contains_all(to_lower(header), "currentauth", "crushauth")
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: dsl
|
||||
internal: true
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(body, "<title>TOTOLINK</title>")'
|
||||
|
|
|
@ -27,6 +27,7 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: dsl
|
||||
internal: true
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(body, "Backup Migration")'
|
||||
|
|
|
@ -23,6 +23,7 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: dsl
|
||||
internal: true
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(body, "ruijie")'
|
||||
|
|
Loading…
Reference in New Issue