Skip to content

Commit

Permalink
added SVG to forbidden file types in order to prevent possible XSS - …
Browse files Browse the repository at this point in the history
  • Loading branch information
azett committed Dec 17, 2022
1 parent c4cc70e commit 742f8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/panels/uploader/admin.uploader.php
Expand Up @@ -95,7 +95,8 @@ function onupload() {
'jsp',
'htm',
'html',
'wml'
'wml',
'svg'
);

$imgs = array(
Expand Down

0 comments on commit 742f8b0

Please sign in to comment.