add crossdomain.xml to file blacklist

This commit is contained in:
mutantmonkey 2015-10-09 00:06:23 -07:00
parent eeede281a7
commit 874c23087d
1 changed files with 6 additions and 5 deletions

View File

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