Fix redirects options
authorJulien Pivotto <roidelapluie@inuits.eu>
Tue, 11 May 2021 07:29:26 +0000 (09:29 +0200)
committerJulien Pivotto <roidelapluie@inuits.eu>
Tue, 11 May 2021 07:29:26 +0000 (09:29 +0200)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
CHANGELOG.md

index 18e17d66615ea1fa9d1436c2763d219cc8d4effd..a85778e4ed30d1187c4a059a729f15f0d9bdfdf5 100644 (file)
@@ -3,11 +3,11 @@
 This release is built with go 1.16.4, which contains a [bugfix](https://github.com/golang/go/issues/45712)
 that can cause an untrusted target to make Blackbox Exporter crash.
 
-In the HTTP probe, `no_follow_redirect` has been changed to `follow_redirect`.
-This release accepts both, with a precedence to the `no_follow_redirect` parameter.
-In the next release, `no_follow_redirect` will be removed.
+In the HTTP probe, `no_follow_redirects` has been changed to `follow_redirects`.
+This release accepts both, with a precedence to the `no_follow_redirects` parameter.
+In the next release, `no_follow_redirects` will be removed.
 
-* [CHANGE] HTTP probe: no_follow_redirect has been renamed to follow_redirect. #784
+* [CHANGE] HTTP probe: `no_follow_redirects` has been renamed to `follow_redirects`. #784
 * [FEATURE] Add support for decompression of HTTP responses. #764
 * [FEATURE] Enable TLS and basic authentication. #730
 * [FEATURE] HTTP probe: *experimental* OAuth2 support. #784