PMC-1185_A

This commit is contained in:
Andrea Adamczyk
2019-09-11 15:08:56 -04:00
parent 6a6ccc1b8c
commit 99acae4f38

View File

@@ -84,7 +84,7 @@ return [
'crl' => 'application/pkix-crl', 'crl' => 'application/pkix-crl',
'crt' => 'application/x-x509-user-cert', 'crt' => 'application/x-x509-user-cert',
'csh' => 'text/x-script.csh', 'csh' => 'text/x-script.csh',
'css' => 'text/css', 'css' => ['text/css', 'text/plain'],
'cst' => 'application/x-director', 'cst' => 'application/x-director',
'cxt' => 'application/x-director', 'cxt' => 'application/x-director',
'cxx' => ['text/x-c', 'text/plain'], 'cxx' => ['text/x-c', 'text/plain'],
@@ -220,7 +220,7 @@ return [
'jpgm' => 'video/jpm', 'jpgm' => 'video/jpm',
'jpm' => 'video/jpm', 'jpm' => 'video/jpm',
'jps' => 'image/x-jps', 'jps' => 'image/x-jps',
'js' => 'text/ecmascript', 'js' => ['text/ecmascript', 'text/plain'],
'json' => ['text/plain', 'text/json', 'text/javascript'], 'json' => ['text/plain', 'text/json', 'text/javascript'],
'jsonp' => 'application/javascript', 'jsonp' => 'application/javascript',
'jut' => 'image/jutvision', 'jut' => 'image/jutvision',