Skip to content

Commit 6e2c2dc

Browse files
Update mime types with upstream
1 parent c3d2ae6 commit 6e2c2dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

manifests/params.pp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'text/vnd.sun.j2me.app-descriptor' => 'jad',
3232
'text/vnd.wap.wml' => 'wml',
3333
'text/x-component' => 'htc',
34+
'image/avif' => 'avif',
3435
'image/png' => 'png',
3536
'image/tiff' => 'tif tiff',
3637
'image/vnd.wap.wbmp' => 'wbmp',
@@ -39,7 +40,8 @@
3940
'image/x-ms-bmp' => 'bmp',
4041
'image/svg+xml' => 'svg svgz',
4142
'image/webp' => 'webp',
42-
'application/font-woff' => 'woff',
43+
'font/woff' => 'woff',
44+
'font/woff2' => 'woff2',
4345
'application/java-archive' => 'jar war ear',
4446
'application/json' => 'json',
4547
'application/mac-binhex40' => 'hqx',
@@ -51,9 +53,14 @@
5153
'application/vnd.ms-excel' => 'xls',
5254
'application/vnd.ms-fontobject' => 'eot',
5355
'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',
5460
'application/vnd.wap.wmlc' => 'wmlc',
5561
'application/vnd.google-earth.kml+xml' => 'kml',
5662
'application/vnd.google-earth.kmz' => 'kmz',
63+
'application/wasm' => 'wasm',
5764
'application/x-7z-compressed' => '7z',
5865
'application/x-cocoa' => 'cco',
5966
'application/x-java-archive-diff' => 'jardiff',

0 commit comments

Comments
 (0)