mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
Fixed test break and JSON MIME type. Fixes issue #2978.
This commit is contained in:
@ -71,6 +71,8 @@ return [
|
||||
'jpeg' => 'image/jpeg',
|
||||
'jpg' => 'image/jpeg',
|
||||
'js' => 'application/x-javascript',
|
||||
'json' => 'application/json',
|
||||
'jsonp' => 'text/javascript',
|
||||
'kar' => 'audio/midi',
|
||||
'latex' => 'application/x-latex',
|
||||
'lha' => 'application/octet-stream',
|
||||
|
||||
Reference in New Issue
Block a user