mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-21 01:49:22 +02:00
add escape html for description
This commit is contained in:
parent
0d635e2658
commit
1a8e1a2677
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user