From e9c6e5c5cb455ae3d1f22445d2677420d83d741e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 13 Sep 2020 23:22:58 +0100 Subject: [PATCH] trace: Disallow all robots. Is no more. It has ceased to be. --- cookbooks/trac/files/default/htdocs/robots.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cookbooks/trac/files/default/htdocs/robots.txt b/cookbooks/trac/files/default/htdocs/robots.txt index 876457d09..eabb60cc6 100644 --- a/cookbooks/trac/files/default/htdocs/robots.txt +++ b/cookbooks/trac/files/default/htdocs/robots.txt @@ -1,5 +1,3 @@ -#Trac really does not handle well being scraped. +# This trac is no more. It has ceased to be. User-agent: * -Disallow: /changeset -Disallow: /changeset/ -Disallow: /wiki/ +Disallow: / -- 2.39.5