github mitchellkrogza/apache-ultimate-bad-bot-blocker 2017-04-19.Build-158
Regex Changes to Bad-Referers Section (Fix False Positives Behaviour)

latest releases: V3.2024.05.1901, V3.2024.05.1900, V3.2024.05.1899...
7 years ago

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

Don't miss a new apache-ultimate-bad-bot-blocker release

NewReleases is sending notifications on new releases.