ticket allow list tags in secure view

This commit is contained in:
OpenXE 2024-04-12 11:06:37 +02:00
parent 3f66d92903
commit dcbce62afb

View File

@ -476,7 +476,12 @@ class Ticket {
'<table>', '<table>',
'<tr>', '<tr>',
'<td>', '<td>',
'<style>' '<style>',
'<ol>',
'<ul>',
'<li>',
'<dd>',
'<dt>'
); );
$mid = $this->app->Secure->GetGET('mid'); $mid = $this->app->Secure->GetGET('mid');