FCLT#90168 Unsafe user.naam() gebruik

svn path=/Website/branches/v2025.3/; revision=70692
This commit is contained in:
Jos Groot Lipman
2025-10-22 14:59:09 +00:00
parent fde97e77db
commit 6caedf9d20

View File

@@ -92,7 +92,7 @@ user.auth_required_or_abort(authparams.ALGwritelevel < 9 && authparams.PRSwritel
function res_claimwp_callback(json, textStatus)
{
if (json.success)
$("#spanclaimwp").text(L("lcl_flexplek") + " " + "<%=safe.html(res_deel)%>" + " " + L("lcl_flexplekclaimed") + " " + "<%=user.naam()%>" + " " + L("lcl_flexplekclaimfooter"));
$("#spanclaimwp").text(L("lcl_flexplek") + " " + "<%=safe.jsstring(res_deel)%>" + " " + L("lcl_flexplekclaimed") + " " + "<%=safe.jsstring(user.naam())%>" + " " + L("lcl_flexplekclaimfooter"));
}
function res_claimwp_submit()