From 2ae13457c7249740a54c68f42b6ed3026026c2f5 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 25 Mar 2024 18:44:57 -0700 Subject: [PATCH] set path to avoid injection attacks --- templates/var/www/mantis/config/config_inc.php.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/var/www/mantis/config/config_inc.php.j2 b/templates/var/www/mantis/config/config_inc.php.j2 index 574ef0e..3445e79 100644 --- a/templates/var/www/mantis/config/config_inc.php.j2 +++ b/templates/var/www/mantis/config/config_inc.php.j2 @@ -41,6 +41,7 @@ $g_allow_signup = ON; $g_allow_anonymous_login = ON; $g_anonymous_account = 'anonymous'; $g_enable_email_notification = ON; +$g_path = 'https://bugs.rockylinux.org/'; # Cookie problems $g_allow_permanent_cookie = OFF;