mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
V3.2017.07.632 [ci skip]
This commit is contained in:
parent
751f2198cf
commit
95077c0108
6 changed files with 1245 additions and 1236 deletions
|
@ -5,6 +5,11 @@
|
|||
##### Copyright Mitchell Krog <mitchellkrog@gmail.com>
|
||||
|
||||
### Version Information #
|
||||
********************************************
|
||||
#### Version: V3.2017.07.632
|
||||
#### Bad Referrer Count: 4948
|
||||
#### Bad Bot Count: 480
|
||||
********************************************
|
||||
### Version Information ##
|
||||
|
||||
## Update Notification System
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
##### Copyright Mitchell Krog <mitchellkrog@gmail.com>
|
||||
|
||||
### Version Information #
|
||||
********************************************
|
||||
#### Version: V3.2017.07.632
|
||||
#### Bad Referrer Count: 4948
|
||||
#### Bad Bot Count: 480
|
||||
********************************************
|
||||
### Version Information ##
|
||||
|
||||
## Update Notification System
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking
|
||||
|
||||
### Version Information #
|
||||
********************************************
|
||||
#### Version: V3.2017.07.632
|
||||
#### Bad Referrer Count: 4948
|
||||
#### Bad Bot Count: 480
|
||||
********************************************
|
||||
### Version Information ##
|
||||
|
||||
## If this helps you [why not buy me a beer](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BKF9XT6WHATLG):beer:
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -139,11 +139,9 @@ map $http_user_agent $bad_bot {
|
|||
"~Kraken/0.1" 0;
|
||||
"~LinkedInBot" 0;
|
||||
"~Mediapartners-Google" 0;
|
||||
"~Mozilla/5.0" 0;
|
||||
"~msnbot" 0;
|
||||
"~msnbot-media" 0;
|
||||
"~SAMSUNG" 0;
|
||||
"~SAMSUNG-SGH-E250" 0;
|
||||
"~slurp" 0;
|
||||
"~teoma" 0;
|
||||
"~TwitterBot" 0;
|
||||
|
@ -260,7 +258,6 @@ map $http_user_agent $bad_bot {
|
|||
"~Claritybot" 3;
|
||||
"~Cliqzbot" 3;
|
||||
"~Cogentbot" 3;
|
||||
"~cognitiveseo" 3;
|
||||
"~Collector" 3;
|
||||
"~Copier" 3;
|
||||
"~CopyRightCheck" 3;
|
||||
|
@ -339,6 +336,7 @@ map $http_user_agent $bad_bot {
|
|||
"~GrapeshotCrawler" 3;
|
||||
"~GridBot" 3;
|
||||
"~GT::WWW" 3;
|
||||
"~GuzzleHttp" 3;
|
||||
"~HaosouSpider" 3;
|
||||
"~Harvest" 3;
|
||||
"~Havij" 3;
|
||||
|
@ -526,7 +524,6 @@ map $http_user_agent $bad_bot {
|
|||
"~SEOlyticsCrawler" 3;
|
||||
"~Seomoz" 3;
|
||||
"~SEOprofiler" 3;
|
||||
"~seoscanners" 3;
|
||||
"~SEOstats" 3;
|
||||
"~Siphon" 3;
|
||||
"~SISTRIX" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue