Skip to content

Releases: mitchellkrogza/apache-ultimate-bad-bot-blocker

2017-04-19.Build-162

19 Apr 10:50

Choose a tag to compare

Fix Google Disavow

2017-04-19.Build-160

19 Apr 10:44

Choose a tag to compare

Referers / Bots (+/-)

Regex Changes to Bad-Referers Section (Fix False Positives Behaviour)

19 Apr 09:30

Choose a tag to compare

Regex changes to the Bad Referers section due to false positives.

Old Regex Patterns
SetEnvIfNoCase Referer "ads.gold" spam_ref=1

SetEnvIfNoCase Referer "chee-by.biz" spam_ref=1

SetEnvIfNoCase Referer "xn--1-8sbcpb0bdm8k6a.xn--p1ai" spam_ref=1

New Regex Patterns
SetEnvIfNoCase Referer "~*ads\.gold" spam_ref=1

SetEnvIfNoCase Referer "~*chee\-by\.biz" spam_ref=1

SetEnvIfNoCase Referer "~*xn\-\-1\-8sbcpb0bdm8k6a\.xn\-\-p1ai" spam_ref=1

Introduced as per Issue: #22

Thank You to @MediaSnog

2017-04-18.Build-156

18 Apr 09:45

Choose a tag to compare

Referers / Bots (+/-)

2017-04-17.Build-154

17 Apr 09:13

Choose a tag to compare

Referers / Bots (+/-)

2017-04-17.Build-152

17 Apr 08:04

Choose a tag to compare

Referers / Bots (+/-)

2017-04-16.Build-150

16 Apr 08:52

Choose a tag to compare

Referers / Bots (+/-)

2017-04-15.Build-148

15 Apr 10:57

Choose a tag to compare

Referers / Bots (+/-)

2017-04-14.Build-146

14 Apr 09:17

Choose a tag to compare

Referers / Bots (+/-)

2017-04-13.Build-144

13 Apr 14:35

Choose a tag to compare

Configuration Corrections