mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 22:05:46 +00:00
V4.2023.10.4059 [ci skip]
This commit is contained in:
parent
4e5307013b
commit
fa544659ed
37 changed files with 300 additions and 264 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.10.4058
|
||||
### Updated: Mon Oct 16 10:03:34 UTC 2023
|
||||
### Version: V4.2023.10.4059
|
||||
### Updated: Mon Oct 16 11:26:14 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 645
|
||||
### Bad Bot Count: 647
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -518,6 +518,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)QueryN\ Metasearch(?:\b)" 3;
|
||||
"~*(?:\b)Quick-Crawler(?:\b)" 3;
|
||||
"~*(?:\b)RSSingBot(?:\b)" 3;
|
||||
"~*(?:\b)Rainbot(?:\b)" 3;
|
||||
"~*(?:\b)RankActive(?:\b)" 3;
|
||||
"~*(?:\b)RankActiveLinkBot(?:\b)" 3;
|
||||
"~*(?:\b)RankFlex(?:\b)" 3;
|
||||
|
@ -617,6 +618,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)The\ Intraformant(?:\b)" 3;
|
||||
"~*(?:\b)Thumbor(?:\b)" 3;
|
||||
"~*(?:\b)TightTwatBot(?:\b)" 3;
|
||||
"~*(?:\b)TinyTestBot(?:\b)" 3;
|
||||
"~*(?:\b)Titan(?:\b)" 3;
|
||||
"~*(?:\b)Toata(?:\b)" 3;
|
||||
"~*(?:\b)Toweyabot(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue