Skip to content

Commit

Permalink
fix: stop following redirects with http_3xx
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Aug 9, 2023
1 parent 6528f4a commit 69788ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/blackbox_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ modules:
prober: http
timeout: 20s
http:
follow_redirects: false
preferred_ip_protocol: ip4
valid_status_codes: [300,301,302,303,304,305,306,307,308]
headers:
Expand Down

0 comments on commit 69788ca

Please sign in to comment.