mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Disallow auth callbacks in robots.txt
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user