[Web] escapeHtml in relayhosts table
This commit is contained in:
parent
66aa28b5de
commit
efb2572f0f
@ -397,7 +397,10 @@ jQuery(function($){
|
|||||||
{
|
{
|
||||||
title: lang.host,
|
title: lang.host,
|
||||||
data: 'hostname',
|
data: 'hostname',
|
||||||
defaultContent: ''
|
defaultContent: '',
|
||||||
|
render: function (data, type) {
|
||||||
|
return escapeHtml(data);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: lang.username,
|
title: lang.username,
|
||||||
|
Loading…
Reference in New Issue
Block a user