mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 18:06:01 +00:00
[Web] escapeHtml in relayhosts table
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user