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