Skip to content

Commit

Permalink
Disallow auth callbacks in robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Jan 14, 2014
1 parent 2a89f51 commit 88d9f3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/views/robots_txt/index.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
#
User-agent: *
Disallow: /auth/cas
Disallow: /auth/facebook/callback
Disallow: /auth/twitter/callback
Disallow: /auth/google/callback
Disallow: /auth/yahoo/callback
Disallow: /auth/github/callback
Disallow: /auth/persona/callback
Disallow: /auth/cas/callback

0 comments on commit 88d9f3a

Please sign in to comment.