From 59751ed71e795935bb819302a856f1a32b5b426c Mon Sep 17 00:00:00 2001 From: Carlo Della Giusta Date: Mon, 3 Mar 2025 18:20:06 +0100 Subject: [PATCH] SonarCloud security hotspot fix: using https instead of http --- web/html/src/manager/login/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/src/manager/login/login.tsx b/web/html/src/manager/login/login.tsx index cb589465eb4f..ded43d21018b 100644 --- a/web/html/src/manager/login/login.tsx +++ b/web/html/src/manager/login/login.tsx @@ -34,7 +34,7 @@ const products = { productName: "Uyuni", headerTitle: "Uyuni", bodyTitle: "Uyuni", - url: "http://www.uyuni-project.org/", + url: "https://www.uyuni-project.org/", title: "Uyuni login page", }, };