mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-02-11 17:01:21 +08:00
[Web] escapeHtml in relayhosts table
This commit is contained in:
parent
66aa28b5de
commit
efb2572f0f
@ -397,7 +397,10 @@ jQuery(function($){
|
||||
{
|
||||
title: lang.host,
|
||||
data: 'hostname',
|
||||
defaultContent: ''
|
||||
defaultContent: '',
|
||||
render: function (data, type) {
|
||||
return escapeHtml(data);
|
||||
}
|
||||
},
|
||||
{
|
||||
title: lang.username,
|
||||
|
Loading…
Reference in New Issue
Block a user