Skip to content

Commit

Permalink
Merge pull request #1630 from ajaysenr/master
Browse files Browse the repository at this point in the history
Update AttachmentModel.class.php
  • Loading branch information
star7th committed Mar 13, 2022
2 parents d4363f7 + 61a23da commit 4b6e660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Application/Api/Model/AttachmentModel.class.php
Expand Up @@ -305,6 +305,7 @@ public function isDangerFilename($filename){
|| $isDangerStr($filename , ".xml")
|| $isDangerStr($filename , ".xxhtml")
|| $isDangerStr($filename , ".asp")
|| $isDangerStr($filename , ".xsl")
) {
return true;
}
Expand Down

0 comments on commit 4b6e660

Please sign in to comment.