Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Mar 13, 2022
1 parent 9f243ae commit d4363f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Application/Api/Model/AttachmentModel.class.php
Expand Up @@ -304,7 +304,7 @@ public function isDangerFilename($filename){
|| $isDangerStr($filename , "%")
|| $isDangerStr($filename , ".xml")
|| $isDangerStr($filename , ".xxhtml")
|| $isDangerStr($filename , ".aspx")
|| $isDangerStr($filename , ".asp")
) {
return true;
}
Expand Down

0 comments on commit d4363f7

Please sign in to comment.