Static: handled unknown MIME types when MIME-filtering active.

This commit is contained in:
Oisin Canty
2021-05-26 16:48:11 +00:00
parent 81e31872e3
commit d67a0c8711
3 changed files with 17 additions and 21 deletions

View File

@@ -128,7 +128,7 @@ class TestShareTypes(TestApplicationProto):
{
"action": {
"share": temp_dir + "/assets",
"types": ["!application/php"],
"types": ["!application/x-httpd-php"],
"fallback": {"proxy": "http://127.0.0.1:7081"},
}
},