Block the Riddler.io bot from accessing bodhi
This bot does NOT follow robots.txt, even though it announces that it does, and it hits Bodhi so much that it pulls the bodhi servers under. An email has been sent to the maintainer of the bot, but for the time being, let's block it from using any bodhi resources. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
623be6ff73
commit
a635e91849
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@ Alias /updates/tg_widgets/tgmochikit/packed/MochiKit/MochiKit.js /usr/lib/python
|
|||
|
||||
<Directory /usr/share/bodhi>
|
||||
WSGIProcessGroup bodhi
|
||||
Order deny,allow
|
||||
SetEnvIf User-Agent Riddler GoAway=1
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Deny from env=GoAway
|
||||
</Directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue