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:
Patrick Uiterwijk 2015-04-17 11:29:48 +00:00
parent 623be6ff73
commit a635e91849

View file

@ -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>