Skip to content
Snippets Groups Projects
Commit 5bef85b3 authored by devops's avatar devops
Browse files

limits some other bots on heavy resources

parent f569e19c
Branches
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@ backend twiki-backend
# reduce load / heavy computation using redirect to login url requests without TWIKISID
acl cookie-has-twikisid hdr_reg(Cookie) .*TWIKISID.*
acl bot-user-agent hdr_reg(User-Agent) .*bot.*
acl bot-user-agent hdr_reg(User-Agent) .*crapy.*
acl bot-user-agent hdr_reg(User-Agent) .*babbar.*
acl bot-user-agent hdr_reg(User-Agent) .*spider.*
acl view-pages url_beg -i /twiki/bin/view/
acl pub-pages url_beg -i /twiki/pub/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment