File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 "risk" : "integer" ,
7474 "string" : "string" ,
7575 "regexp" : "string" ,
76- "code" : "string " ,
76+ "code" : "integer " ,
7777 "textOnly" : "boolean" ,
7878 "titles" : "boolean"
7979 },
Original file line number Diff line number Diff line change @@ -234,10 +234,10 @@ string =
234234regexp =
235235
236236# HTTP response code to match when the query is valid
237- # Valid: True or False
237+ # Valid: Integer
238238# Example: 200 (assuming any False statement returns a different response
239239# code)
240- code =
240+ # code =
241241
242242# Compare pages based only on the textual content
243243# Valid: True or False
@@ -578,7 +578,8 @@ replicate = False
578578tor = False
579579
580580# Set Tor proxy port other than default
581- torPort =
581+ # Valid: integer
582+ # torPort =
582583
583584# Set Tor proxy type.
584585# Valid: HTTP, SOCKS4, SOCKS5
You can’t perform that action at this time.
0 commit comments