Disallow auth callbacks in robots.txt
This commit is contained in:
parent
2a89f51d19
commit
88d9f3a786
|
@ -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
|
Loading…
Reference in New Issue