[Web] escapeHtml in relayhosts table

This commit is contained in:
FreddleSpl0it 2024-07-22 15:05:43 +02:00
parent 66aa28b5de
commit efb2572f0f
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -397,7 +397,10 @@ jQuery(function($){
{
title: lang.host,
data: 'hostname',
defaultContent: ''
defaultContent: '',
render: function (data, type) {
return escapeHtml(data);
}
},
{
title: lang.username,