1
0
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:
FreddleSpl0it
2024-07-22 15:05:43 +02:00
parent 66aa28b5de
commit efb2572f0f

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,