Skip to content

Commit

Permalink
Update AttachmentModel.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaysenr committed Mar 13, 2022
1 parent 830c89a commit 52d1d90
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 @@ -304,6 +304,7 @@ public function isDangerFilename($filename){
|| $isDangerStr($filename , "%")
|| $isDangerStr($filename , ".xml")
|| $isDangerStr($filename , ".xxhtml")
|| $isDangerStr($filename , ".aspx")
) {
return true;
}
Expand Down

0 comments on commit 52d1d90

Please sign in to comment.