From f621ceb6c59f54f1e3106dfe2d629f3e933e5bc3 Mon Sep 17 00:00:00 2001 From: Mitchell Krog UB1 Date: Wed, 10 May 2017 18:14:08 +0200 Subject: [PATCH] Updated blacklist-user-agents.conf file comments --- bots.d/blacklist-user-agents.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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