Skip to content
Permalink
Browse files Browse the repository at this point in the history
fixes #178, possible XSS via uploaded XML & MD files
  • Loading branch information
azett committed Dec 25, 2022
1 parent d3f3294 commit 3cc223d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin/panels/uploader/admin.uploader.php
Expand Up @@ -96,7 +96,9 @@ function onupload() {
'htm',
'html',
'wml',
'svg'
'svg',
'xml',
'md'
);

$imgs = array(
Expand Down

0 comments on commit 3cc223d

Please sign in to comment.