Skip to content

Commit

Permalink
Update badBotsDefault.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jun 25, 2024
1 parent 9df4d5b commit 8625427
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sites/default/conf/badBotsDefault.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 8625427

Please sign in to comment.