From 1986d2134707ba94a979654dd86b92305e7a6f26 Mon Sep 17 00:00:00 2001 From: packetcat Date: Thu, 29 Feb 2024 08:22:45 -0500 Subject: [PATCH] block Content-Nation user agent --- ubuntu/molly.silvestris.systems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/molly.silvestris.systems.yml b/ubuntu/molly.silvestris.systems.yml index 86f76f7..d904ddc 100644 --- a/ubuntu/molly.silvestris.systems.yml +++ b/ubuntu/molly.silvestris.systems.yml @@ -105,6 +105,6 @@ } nginx_snippets: blockbots: - - if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot|TinyBotTestUA) ) { + - if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot|TinyBotTestUA|Content-Nation) ) { return 403; }