From 1611f6844d0c46e5a3f7dfb00e8aad1222ce0378 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 5 Sep 2024 17:00:30 +0200 Subject: [PATCH] Update to 2024-09-05 17:00 --- roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 b/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 index 7b71977..45ac66a 100644 --- a/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 +++ b/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 @@ -481,7 +481,6 @@ if ($http_user_agent ~* "Yellowbrandprotectionbot") { return 403; } if ($http_user_agent ~* "YouBot") { return 403; } if ($http_user_agent ~* "YoudaoBot") { return 403; } if ($http_user_agent ~* "Youmag") { return 403; } -if ($http_user_agent ~* "Zabbix") { return 403; } if ($http_user_agent ~* "Zao") { return 403; } if ($http_user_agent ~* "Zealbot") { return 403; } if ($http_user_agent ~* "Zeus") { return 403; }