Skip to content

Commit

Permalink
Disallow forms (with CAPTCHA) to bots (#3936)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
chenejac and ivanmrsulja authored Jun 14, 2024
1 parent 1bcd399 commit 0fa85e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/src/main/webapp/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Disallow: /fedsearch/ # Vitro
Disallow: /comments.jsp # Vitro
Disallow: /dataservice/ # Vitro
Disallow: /listrdf/ # Vitro
Disallow: /contact # Vitro
Disallow: /submitFeedback # Vitro
Disallow: /forgotPassword # Vitro
Disallow: /visualizationfm/ # VIVO addition
Disallow: /visualization/ # VIVO addition
Disallow: /vis/ # VIVO addition
Expand Down

0 comments on commit 0fa85e8

Please sign in to comment.