Update blackbox configuration for not following redirects
This commit is contained in:
parent
6b4285a264
commit
b1284877a3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ modules:
|
||||||
http:
|
http:
|
||||||
method: GET
|
method: GET
|
||||||
valid_status_codes: [301, 302, 307, 308]
|
valid_status_codes: [301, 302, 307, 308]
|
||||||
no_follow_redirects: true
|
follow_redirects: false
|
||||||
fail_if_ssl: true
|
fail_if_ssl: true
|
||||||
fail_if_header_not_matches:
|
fail_if_header_not_matches:
|
||||||
- header: Location
|
- header: Location
|
||||||
|
|
Loading…
Reference in a new issue