add some more disallows to robots.txt view
This commit is contained in:
parent
98e2035187
commit
85b2932a7c
@ -222,8 +222,11 @@ def RobotsTxtView(request):
|
||||
content = """\
|
||||
User-agent: *
|
||||
Crawl-delay: 10
|
||||
Disallow: /account/
|
||||
Disallow: /accounts/
|
||||
Disallow: /admin/
|
||||
Disallow: /myip/
|
||||
Disallow: /nic/update/
|
||||
Disallow: /overview/
|
||||
"""
|
||||
return HttpResponse(content, content_type="text/plain")
|
||||
|
Loading…
x
Reference in New Issue
Block a user