[Web] escapeHtml in api_log table

This commit is contained in:
FreddleSpl0it 2024-07-22 15:04:29 +02:00
parent f33d82ffc1
commit 66aa28b5de
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -325,7 +325,10 @@ jQuery(function($){
title: 'URI', title: 'URI',
data: 'uri', data: 'uri',
defaultContent: '', defaultContent: '',
className: 'dtr-col-md dtr-break-all' className: 'dtr-col-md dtr-break-all',
render: function (data, type) {
return escapeHtml(data);
}
}, },
{ {
title: 'Method', title: 'Method',