set path to avoid injection attacks

This commit is contained in:
Louis Abel 2024-03-25 18:44:57 -07:00
parent 2f1aa4e4cd
commit 2ae13457c7
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 1 additions and 0 deletions

View File

@ -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;