Skip to content

Commit

Permalink
Fix robots.txt to disallow indexing of all paths (#10150)
Browse files Browse the repository at this point in the history
Following suit of recent change logged in Consul hashicorp/consul#8958

The path pattern specified in allow / deny lines should start with a forward slash to designate the root.

[1] https://tools.ietf.org/html/draft-koster-rep-00#section-2.2
[2] https://developers.google.com/search/reference/robots_txt
  • Loading branch information
lucasdelossantos authored Oct 14, 2020
1 parent 863f95c commit da6f9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# http://www.robotstxt.org
User-agent: *
Disallow: *
Disallow: /

0 comments on commit da6f9f6

Please sign in to comment.