From 13500712dc00beb9757251e4076cb9e7a36b31c6 Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Thu, 18 Jan 2024 09:57:11 +0100 Subject: [PATCH 1/2] Disallow forms (with CAPTCHA) to bots --- webapp/src/main/webapp/robots.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/src/main/webapp/robots.txt b/webapp/src/main/webapp/robots.txt index ed35ce7c4..18961f45c 100644 --- a/webapp/src/main/webapp/robots.txt +++ b/webapp/src/main/webapp/robots.txt @@ -16,6 +16,9 @@ Disallow: /fedsearch/ # Vitro Disallow: /comments.jsp # Vitro Disallow: /dataservice/ # Vitro Disallow: /listrdf/ # Vitro +Disallow: /contact # Vitro +Disallow: /submitFeedback # Vitro +Disallow: /forgot-password # Vitro Disallow: /visualizationfm/ # VIVO addition Disallow: /visualization/ # VIVO addition Disallow: /vis/ # VIVO addition From d5b8911b64c358368a49e2d6ffd4bd5ed9fb954b Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Mon, 3 Jun 2024 09:04:53 +0200 Subject: [PATCH 2/2] Fix forgot password URL (camel notation) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ivan R. Mršulja --- webapp/src/main/webapp/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/robots.txt b/webapp/src/main/webapp/robots.txt index 18961f45c..cfd6067ba 100644 --- a/webapp/src/main/webapp/robots.txt +++ b/webapp/src/main/webapp/robots.txt @@ -18,7 +18,7 @@ Disallow: /dataservice/ # Vitro Disallow: /listrdf/ # Vitro Disallow: /contact # Vitro Disallow: /submitFeedback # Vitro -Disallow: /forgot-password # Vitro +Disallow: /forgotPassword # Vitro Disallow: /visualizationfm/ # VIVO addition Disallow: /visualization/ # VIVO addition Disallow: /vis/ # VIVO addition