From a744f2b754f558b2488892e197f96c8a28aaa332 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Wed, 22 Mar 2023 12:51:44 +0100 Subject: [PATCH] Fix example.yml: no_follow_redirects is deprecated in favor of follow_redirects (#1031) Signed-off-by: Samuel Berthe --- example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.yml b/example.yml index a82eeb4..b9a2fdf 100644 --- a/example.yml +++ b/example.yml @@ -10,7 +10,7 @@ modules: Host: vhost.example.com Accept-Language: en-US Origin: example.com - no_follow_redirects: false + follow_redirects: true fail_if_ssl: false fail_if_not_ssl: false fail_if_body_matches_regexp: -- 2.25.1