diff --git a/bots.d/blacklist-user-agents.conf b/bots.d/blacklist-user-agents.conf index ba7486da2..d2adfcfd3 100644 --- a/bots.d/blacklist-user-agents.conf +++ b/bots.d/blacklist-user-agents.conf @@ -6,5 +6,11 @@ # This allows you finer control of keeping certain bots blocked and automatic updates will # Never be able to remove this custom list of yours +# Plese note this include file loads first before any of the already whitelisted User-Agents +# in the bad bot blocker. By loading first in line it over-rides anything below it so for instance +# if you want to block Baidu, Google or Bing for any reason you add them to this file which loads +# first and takes precedence over anything below it. This now allows even finer control over the +# bad bot blocker. Enjoy !!! + "~*someverybaduseragentname1" 3; "~*someverybaduseragentname2" 3; \ No newline at end of file