Browse Source

add crossdomain.xml to file blacklist

pull/51/head
mutantmonkey 9 years ago
parent
commit
874c23087d
  1. 1
      upload.go

1
upload.go

@ -27,6 +27,7 @@ var fileBlacklist = map[string]bool{
"index.html": true,
"index.php": true,
"robots.txt": true,
"crossdomain.xml": true,
}
// Describes metadata directly from the user request

Loading…
Cancel
Save