mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-03 15:34:06 +00:00
[Web] escapeHtml in api_log table
This commit is contained in:
parent
f33d82ffc1
commit
66aa28b5de
1 changed files with 4 additions and 1 deletions
|
|
@ -325,7 +325,10 @@ jQuery(function($){
|
|||
title: 'URI',
|
||||
data: 'uri',
|
||||
defaultContent: '',
|
||||
className: 'dtr-col-md dtr-break-all'
|
||||
className: 'dtr-col-md dtr-break-all',
|
||||
render: function (data, type) {
|
||||
return escapeHtml(data);
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Method',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue