|
31 | 31 | 'text/vnd.sun.j2me.app-descriptor' => 'jad', |
32 | 32 | 'text/vnd.wap.wml' => 'wml', |
33 | 33 | 'text/x-component' => 'htc', |
| 34 | + 'image/avif' => 'avif', |
34 | 35 | 'image/png' => 'png', |
35 | 36 | 'image/tiff' => 'tif tiff', |
36 | 37 | 'image/vnd.wap.wbmp' => 'wbmp', |
|
39 | 40 | 'image/x-ms-bmp' => 'bmp', |
40 | 41 | 'image/svg+xml' => 'svg svgz', |
41 | 42 | 'image/webp' => 'webp', |
42 | | - 'application/font-woff' => 'woff', |
| 43 | + 'font/woff' => 'woff', |
| 44 | + 'font/woff2' => 'woff2', |
43 | 45 | 'application/java-archive' => 'jar war ear', |
44 | 46 | 'application/json' => 'json', |
45 | 47 | 'application/mac-binhex40' => 'hqx', |
|
51 | 53 | 'application/vnd.ms-excel' => 'xls', |
52 | 54 | 'application/vnd.ms-fontobject' => 'eot', |
53 | 55 | 'application/vnd.ms-powerpoint' => 'ppt', |
| 56 | + 'application/vnd.oasis.opendocument.graphics' => 'odg', |
| 57 | + 'application/vnd.oasis.opendocument.presentation' => 'odp', |
| 58 | + 'application/vnd.oasis.opendocument.spreadsheet' => 'ods', |
| 59 | + 'application/vnd.oasis.opendocument.text' => 'odt', |
54 | 60 | 'application/vnd.wap.wmlc' => 'wmlc', |
55 | 61 | 'application/vnd.google-earth.kml+xml' => 'kml', |
56 | 62 | 'application/vnd.google-earth.kmz' => 'kmz', |
| 63 | + 'application/wasm' => 'wasm', |
57 | 64 | 'application/x-7z-compressed' => '7z', |
58 | 65 | 'application/x-cocoa' => 'cco', |
59 | 66 | 'application/x-java-archive-diff' => 'jardiff', |
|
0 commit comments