mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 02:59:57 +00:00
parent
86288e074d
commit
9f17b4ae04
1 changed files with 12 additions and 0 deletions
|
@ -7736,6 +7736,18 @@ map $http_referer $bad_referer {
|
||||||
geo $validate_client {
|
geo $validate_client {
|
||||||
default 0;
|
default 0;
|
||||||
|
|
||||||
|
# ---------------
|
||||||
|
# FAKE GoogleBots
|
||||||
|
# ---------------
|
||||||
|
|
||||||
|
# START FAKE GOOGLEBOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
|
34.228.80.247 1;
|
||||||
|
3.86.232.124 1;
|
||||||
|
52.203.142.240 1;
|
||||||
|
52.87.213.12 1;
|
||||||
|
# END FAKE GOOGLEBOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
# BLOCK known Wordpress Theme Detectors
|
# BLOCK known Wordpress Theme Detectors
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue