mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 09:56:01 +00:00
add escape html for description
This commit is contained in:
@@ -205,7 +205,10 @@ jQuery(function($){
|
|||||||
{
|
{
|
||||||
title: lang.description,
|
title: lang.description,
|
||||||
data: 'description',
|
data: 'description',
|
||||||
defaultContent: ''
|
defaultContent: '',
|
||||||
|
render: function (data, type) {
|
||||||
|
return escapeHtml(data);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: lang.alias_valid_until,
|
title: lang.alias_valid_until,
|
||||||
|
|||||||
Reference in New Issue
Block a user