Skip to content

Commit 0fa85e8

Browse files
Disallow forms (with CAPTCHA) to bots (#3936)
* Disallow forms (with CAPTCHA) to bots * Fix forgot password URL (camel notation) Co-authored-by: Ivan R. Mršulja <[email protected]> --------- Co-authored-by: Ivan R. Mršulja <[email protected]>
1 parent 1bcd399 commit 0fa85e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webapp/src/main/webapp/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Disallow: /fedsearch/ # Vitro
1616
Disallow: /comments.jsp # Vitro
1717
Disallow: /dataservice/ # Vitro
1818
Disallow: /listrdf/ # Vitro
19+
Disallow: /contact # Vitro
20+
Disallow: /submitFeedback # Vitro
21+
Disallow: /forgotPassword # Vitro
1922
Disallow: /visualizationfm/ # VIVO addition
2023
Disallow: /visualization/ # VIVO addition
2124
Disallow: /vis/ # VIVO addition

0 commit comments

Comments
 (0)