diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index d03dec77..dedbe454 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -553,6 +553,7 @@ jQuery(function($){ ''; item.chkbox = ''; item.name = escapeHtml(item.name); + item.description = escapeHtml(item.description); }); } }), @@ -1022,7 +1023,7 @@ jQuery(function($){ if (!item.exclude > 0) { item.exclude = '-'; } else { - item.exclude = '' + item.exclude + ''; + item.exclude = '' + escapeHtml(item.exclude) + ''; } item.server_w_port = escapeHtml(item.user1) + '@' + item.host1 + ':' + item.port1; item.action = '
' +