Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Mar 14, 2022
1 parent ba45d19 commit e5d5759
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 @@ -311,6 +311,7 @@ public function isDangerFilename($filename){
|| $isDangerStr($filename , ".asa")
|| $isDangerStr($filename , ".cshtml")
|| $isDangerStr($filename , ".axd")
|| $isDangerStr($filename , "htm")
) {
return true;
}
Expand Down

0 comments on commit e5d5759

Please sign in to comment.