From ee42046da2e25dd7d2d7c49841c31b2eb22d173f Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 4 Jan 2018 14:06:19 +0200 Subject: [PATCH] Fix Typo in Templates as per https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/issues/61 --- .dev-tools/globalblacklist-dummy.conf | 2 +- .dev-tools/globalblacklist.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dev-tools/globalblacklist-dummy.conf b/.dev-tools/globalblacklist-dummy.conf index 64f1890dc..d74977f81 100644 --- a/.dev-tools/globalblacklist-dummy.conf +++ b/.dev-tools/globalblacklist-dummy.conf @@ -164,7 +164,7 @@ map $http_user_agent $bad_bot { # User-Agent Strings Allowed Through but Rate Limited # *************************************************** -# Some people block libwww-perl, it us widely used in many valid (non rogue) agents +# Some people block libwww-perl, it used widely in many valid (non rogue) agents # I allow libwww-perl as I use it for monitoring systems with Munin but it is rate limited # START ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### diff --git a/.dev-tools/globalblacklist.template b/.dev-tools/globalblacklist.template index 72112cd78..7c11e0d01 100755 --- a/.dev-tools/globalblacklist.template +++ b/.dev-tools/globalblacklist.template @@ -168,7 +168,7 @@ map $http_user_agent $bad_bot { # User-Agent Strings Allowed Through but Rate Limited # *************************************************** -# Some people block libwww-perl, it us widely used in many valid (non rogue) agents +# Some people block libwww-perl, it used widely in many valid (non rogue) agents # I allow libwww-perl as I use it for monitoring systems with Munin but it is rate limited # START ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ###