From 63cfa990b1ebd48c610d857361fb6200973e2d0a Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 8 Feb 2023 19:28:44 -0600 Subject: hang up on cloudflare --- deploy/conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/conf/nginx.conf b/deploy/conf/nginx.conf index d8ccfce..5d67baa 100644 --- a/deploy/conf/nginx.conf +++ b/deploy/conf/nginx.conf @@ -49,7 +49,7 @@ server { add_header X-Cache-Status $upstream_cache_status; # hang up on scrubs - if ($http_user_agent ~* (fedsearch|gabsocial|fedichive|seekport|dotbot|semrush|fasthttp|^\d+$|wdestiny|megaindex|webmeup|fedi-block)) { + if ($http_user_agent ~* (fedsearch|gabsocial|fedichive|seekport|dotbot|semrush|fasthttp|^\d+$|wdestiny|megaindex|webmeup|fedi-block|wildebeest)) { return 444; } -- cgit