mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 10:09:49 +00:00
Update rate-limiting-user-agents.conf [skip ci]
Add super rate limited bot "Applebot" to tests Ref: #568
This commit is contained in:
parent
807c11a8fe
commit
0a1d5e942b
1 changed files with 1 additions and 0 deletions
|
@ -60,4 +60,5 @@
|
||||||
|
|
||||||
# START MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###
|
# START MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
"~*(?:\b)GoogleBot(?:\b|)" 2;
|
"~*(?:\b)GoogleBot(?:\b|)" 2;
|
||||||
|
"~*(?:\b)Applebot(?:\b|)" 4;
|
||||||
# END MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###
|
# END MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
|
|
Loading…
Add table
Reference in a new issue