From d1c8a3eb553575de716e0405e65617410f0011aa Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 16 Jul 2021 15:07:44 -0400 Subject: [PATCH] add TinyBotTestUA to block list --- ubuntu/deirdre.asininetech.net.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/deirdre.asininetech.net.yml b/ubuntu/deirdre.asininetech.net.yml index eb6f6ce..fc6bcbe 100644 --- a/ubuntu/deirdre.asininetech.net.yml +++ b/ubuntu/deirdre.asininetech.net.yml @@ -99,6 +99,6 @@ - ssl_session_tickets off nginx_snippets: blockbots: - - if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot) ) { + - if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot|TinyBotTestUA) ) { return 403; }