From: Grant Slater Date: Thu, 9 Oct 2008 18:31:36 +0000 (+0000) Subject: Block bots from /trace/, so they don't attempt to eat all the GPX data. X-Git-Tag: live~7676 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b13278c8150acba6686e73751fafd7108c30c2a9?ds=sidebyside Block bots from /trace/, so they don't attempt to eat all the GPX data. --- diff --git a/public/robots.txt b/public/robots.txt index d34624918..c9e0b1f50 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,3 @@ User-agent: * Disallow: /api/ +Disallow: /trace/ \ No newline at end of file