mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fix Duplicated Bot Error - Wordpress
This commit is contained in:
parent
0e88618212
commit
556bf76462
2 changed files with 4 additions and 6 deletions
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Wed Apr 19 12:53:26 SAST 2017
|
||||
### Wed Apr 19 13:00:08 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.299472808838 seconds
|
||||
### 0.318285942078 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -171,7 +171,6 @@ map $http_user_agent $bad_bot {
|
|||
"^Lynx" 1;
|
||||
"^munin" 1;
|
||||
"^Wget/1.15" 1;
|
||||
"^WordPress" 1;
|
||||
# END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# **************************************************************
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Wed Apr 19 12:53:26 SAST 2017
|
||||
### Wed Apr 19 13:00:08 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.299472808838 seconds
|
||||
### 0.318285942078 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -171,7 +171,6 @@ map $http_user_agent $bad_bot {
|
|||
"^Lynx" 1;
|
||||
"^munin" 1;
|
||||
"^Wget/1.15" 1;
|
||||
"^WordPress" 1;
|
||||
# END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# **************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue