bots don't need to request the ajax_get_ips view

This commit is contained in:
Thomas Waldmann 2013-11-03 17:36:04 +01:00
parent bdb9fd4dab
commit 12c3c052f7

View File

@ -350,6 +350,7 @@ Disallow: /domain_overview/
Disallow: /host/
Disallow: /domain/
Disallow: /status/
Disallow: /ajax_get_ips/
"""
return HttpResponse(content, content_type="text/plain")