fixes #178, possible XSS via uploaded XML & MD files

This commit is contained in:
azett 2022-12-25 14:42:08 +01:00
parent d3f3294965
commit 3cc223dec5

View File

@ -96,7 +96,9 @@ class admin_uploader_default extends AdminPanelAction {
'htm', 'htm',
'html', 'html',
'wml', 'wml',
'svg' 'svg',
'xml',
'md'
); );
$imgs = array( $imgs = array(