Browse Source

Add robot.txt

This is needed for security reasons - often people looking to exploit applications will search for something in a certain version of a web application and find many sites to exploit. This stops that from being so easy.
remotes/origin/stable5
Michael Kent 13 years ago
parent
commit
5b77f16d57
  1. 2
      robots.txt

2
robots.txt

@ -0,0 +1,2 @@
User-agent: *
Disallow: /
Loading…
Cancel
Save