Releases: mitchellkrogza/apache-ultimate-bad-bot-blocker
2017-04-13.Build-142
Referers / Bots (+/-)
Important Update - Exact Regex Matching
Thanks to one of my users, he alerted me to an issue where Alexabot was being blocked out of his server. Even though Alexabot is not listed anywhere on the blocker it was being picked up and blocked out.
This was due to the existence of a bot called "exabot" the blocker was detecting the exabot part of Alexabot
This issue has now been been resolved with an exact matching regex on all the bots.
So all regex matching for User-agents has been changed from:
BrowserMatchNoCase "Exabot" bad_bot
to
BrowserMatchNoCase "^Exabot" bad_bot
Making the match exact and precise.
Fixed in all versions CentOS6, CentOS7 and the Base Repo version.
Important Update - Exact Regex Matching
Thanks to one of my users, he alerted me to an issue where Alexabot was being blocked out of his server. Even though Alexabot is not listed anywhere on the blocker it was being picked up and blocked out.
This was due to the existence of a bot called "exabot" the blocker was detecting the exabot part of Alexabot
This issue has now been been resolved with an exact matching regex on all the bots.
So all regex matching for User-agents has been changed from:
BrowserMatchNoCase "Exabot" bad_bot
to
BrowserMatchNoCase "^Exabot" bad_bot
Making the match exact and precise.
2017-04-11.Build-136
Referers / Bots (+/-)
2017-04-11.Build-134: Blocker Update Notifications
Notification System for this repo introduced today. You can subscribe to notifications at: **https://groups.google.com/forum/#!forum/apache-ultimate-bad-bot-blocker** or send a blank email to **[email protected]** Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
2017-04-11.Build-132: Blocker Update Notifications
Notification System for this repo introduced today. You can subscribe to notifications at: **https://groups.google.com/forum/#!forum/apache-ultimate-bad-bot-blocker** or send a blank email to **[email protected]** Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
2017-04-11.Build-130
Referers / Bots (+/-)
2017-04-10.Build-128
Referers / Bots (+/-)
2017-04-10.Build-126
Referers / Bots (+/-)
2017-04-10.Build-124
Referers / Bots (+/-)