From 8625427d555852564d2fe1000a60bf5e65b50020 Mon Sep 17 00:00:00 2001 From: Mark Noble Date: Tue, 25 Jun 2024 16:01:33 -0600 Subject: [PATCH] Update badBotsDefault.conf --- sites/default/conf/badBotsDefault.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sites/default/conf/badBotsDefault.conf b/sites/default/conf/badBotsDefault.conf index bf428f89fa..648a0d5bbb 100644 --- a/sites/default/conf/badBotsDefault.conf +++ b/sites/default/conf/badBotsDefault.conf @@ -13,4 +13,16 @@ RewriteCond %{HTTP_USER_AGENT} ^.*go-resty.*$ [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*GPTBot.*$ [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*PetalBot.*$ [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*Scrapy.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*Applebot.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*SemrushBot.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*BingPreview.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*AhrefsBot.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*YandexBot.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*barkrowler.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*BLEXBot.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*dotbot.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*MJ12bot.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*GPTBot.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*360Spider.*$ [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*psbot.*$ [NC,OR] RewriteRule . - [R=403,L] \ No newline at end of file