mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +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>
|
##### Copyright Mitchell Krog <mitchellkrog@gmail.com>
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
|
********************************************
|
||||||
|
#### Version: V3.2017.07.632
|
||||||
|
#### Bad Referrer Count: 4948
|
||||||
|
#### Bad Bot Count: 480
|
||||||
|
********************************************
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
||||||
## Update Notification System
|
## Update Notification System
|
||||||
|
|
|
@ -5,6 +5,11 @@
|
||||||
##### Copyright Mitchell Krog <mitchellkrog@gmail.com>
|
##### Copyright Mitchell Krog <mitchellkrog@gmail.com>
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
|
********************************************
|
||||||
|
#### Version: V3.2017.07.632
|
||||||
|
#### Bad Referrer Count: 4948
|
||||||
|
#### Bad Bot Count: 480
|
||||||
|
********************************************
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
||||||
## Update Notification System
|
## 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
|
##### 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 Information #
|
||||||
|
********************************************
|
||||||
|
#### Version: V3.2017.07.632
|
||||||
|
#### Bad Referrer Count: 4948
|
||||||
|
#### Bad Bot Count: 480
|
||||||
|
********************************************
|
||||||
### Version Information ##
|
### 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:
|
## 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;
|
"~Kraken/0.1" 0;
|
||||||
"~LinkedInBot" 0;
|
"~LinkedInBot" 0;
|
||||||
"~Mediapartners-Google" 0;
|
"~Mediapartners-Google" 0;
|
||||||
"~Mozilla/5.0" 0;
|
|
||||||
"~msnbot" 0;
|
"~msnbot" 0;
|
||||||
"~msnbot-media" 0;
|
"~msnbot-media" 0;
|
||||||
"~SAMSUNG" 0;
|
"~SAMSUNG" 0;
|
||||||
"~SAMSUNG-SGH-E250" 0;
|
|
||||||
"~slurp" 0;
|
"~slurp" 0;
|
||||||
"~teoma" 0;
|
"~teoma" 0;
|
||||||
"~TwitterBot" 0;
|
"~TwitterBot" 0;
|
||||||
|
@ -260,7 +258,6 @@ map $http_user_agent $bad_bot {
|
||||||
"~Claritybot" 3;
|
"~Claritybot" 3;
|
||||||
"~Cliqzbot" 3;
|
"~Cliqzbot" 3;
|
||||||
"~Cogentbot" 3;
|
"~Cogentbot" 3;
|
||||||
"~cognitiveseo" 3;
|
|
||||||
"~Collector" 3;
|
"~Collector" 3;
|
||||||
"~Copier" 3;
|
"~Copier" 3;
|
||||||
"~CopyRightCheck" 3;
|
"~CopyRightCheck" 3;
|
||||||
|
@ -339,6 +336,7 @@ map $http_user_agent $bad_bot {
|
||||||
"~GrapeshotCrawler" 3;
|
"~GrapeshotCrawler" 3;
|
||||||
"~GridBot" 3;
|
"~GridBot" 3;
|
||||||
"~GT::WWW" 3;
|
"~GT::WWW" 3;
|
||||||
|
"~GuzzleHttp" 3;
|
||||||
"~HaosouSpider" 3;
|
"~HaosouSpider" 3;
|
||||||
"~Harvest" 3;
|
"~Harvest" 3;
|
||||||
"~Havij" 3;
|
"~Havij" 3;
|
||||||
|
@ -526,7 +524,6 @@ map $http_user_agent $bad_bot {
|
||||||
"~SEOlyticsCrawler" 3;
|
"~SEOlyticsCrawler" 3;
|
||||||
"~Seomoz" 3;
|
"~Seomoz" 3;
|
||||||
"~SEOprofiler" 3;
|
"~SEOprofiler" 3;
|
||||||
"~seoscanners" 3;
|
|
||||||
"~SEOstats" 3;
|
"~SEOstats" 3;
|
||||||
"~Siphon" 3;
|
"~Siphon" 3;
|
||||||
"~SISTRIX" 3;
|
"~SISTRIX" 3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue