diff options
author | Michael Kent <mike@draftx.net> | 2013-01-28 16:39:53 -0600 |
---|---|---|
committer | Michael Kent <mike@draftx.net> | 2013-01-28 16:39:53 -0600 |
commit | 5b77f16d57c2a35733ceb046a7785d3a2499fe7b (patch) | |
tree | 8934e7e11e964f15037afbde79f86742946ec89f | |
parent | 06c1c35ac90f7920afa637ab0b628529b4135d40 (diff) | |
download | nextcloud-server-5b77f16d57c2a35733ceb046a7785d3a2499fe7b.tar.gz nextcloud-server-5b77f16d57c2a35733ceb046a7785d3a2499fe7b.zip |
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.
-rw-r--r-- | robots.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robots.txt b/robots.txt new file mode 100644 index 00000000000..1f53798bb4f --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / |