aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_mimetypes.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-10-03 15:59:17 +0200
committerLoïc Hoguin <[email protected]>2017-10-03 15:59:17 +0200
commitbaaa5ceb19f45b4e7984bea671e1257d9c91ff3a (patch)
treec8ae8d9b4ea947cf7d5086bf0ce9e39401955bcc /src/cow_mimetypes.erl
parent11e07d3c2b164d06ad35188d83ad70e7501396db (diff)
downloadcowlib-baaa5ceb19f45b4e7984bea671e1257d9c91ff3a.tar.gz
cowlib-baaa5ceb19f45b4e7984bea671e1257d9c91ff3a.tar.bz2
cowlib-baaa5ceb19f45b4e7984bea671e1257d9c91ff3a.zip
Update mimetypes
Diffstat (limited to 'src/cow_mimetypes.erl')
-rw-r--r--src/cow_mimetypes.erl9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/cow_mimetypes.erl b/src/cow_mimetypes.erl
index f572fd9..2e5f19f 100644
--- a/src/cow_mimetypes.erl
+++ b/src/cow_mimetypes.erl
@@ -585,7 +585,7 @@ all_ext(<<"org">>) -> {<<"application">>, <<"vnd.lotus-organizer">>, []};
all_ext(<<"osf">>) -> {<<"application">>, <<"vnd.yamaha.openscoreformat">>, []};
all_ext(<<"osfpvg">>) -> {<<"application">>, <<"vnd.yamaha.openscoreformat.osfpvg+xml">>, []};
all_ext(<<"otc">>) -> {<<"application">>, <<"vnd.oasis.opendocument.chart-template">>, []};
-all_ext(<<"otf">>) -> {<<"application">>, <<"x-font-otf">>, []};
+all_ext(<<"otf">>) -> {<<"font">>, <<"otf">>, []};
all_ext(<<"otg">>) -> {<<"application">>, <<"vnd.oasis.opendocument.graphics-template">>, []};
all_ext(<<"oth">>) -> {<<"application">>, <<"vnd.oasis.opendocument.text-web">>, []};
all_ext(<<"oti">>) -> {<<"application">>, <<"vnd.oasis.opendocument.image-template">>, []};
@@ -837,9 +837,9 @@ all_ext(<<"trm">>) -> {<<"application">>, <<"x-msterminal">>, []};
all_ext(<<"tr">>) -> {<<"text">>, <<"troff">>, []};
all_ext(<<"tsd">>) -> {<<"application">>, <<"timestamped-data">>, []};
all_ext(<<"tsv">>) -> {<<"text">>, <<"tab-separated-values">>, []};
-all_ext(<<"ttc">>) -> {<<"application">>, <<"x-font-ttf">>, []};
+all_ext(<<"ttc">>) -> {<<"font">>, <<"collection">>, []};
all_ext(<<"t">>) -> {<<"text">>, <<"troff">>, []};
-all_ext(<<"ttf">>) -> {<<"application">>, <<"x-font-ttf">>, []};
+all_ext(<<"ttf">>) -> {<<"font">>, <<"ttf">>, []};
all_ext(<<"ttl">>) -> {<<"text">>, <<"turtle">>, []};
all_ext(<<"twd">>) -> {<<"application">>, <<"vnd.simtech-mindmapper">>, []};
all_ext(<<"twds">>) -> {<<"application">>, <<"vnd.simtech-mindmapper">>, []};
@@ -934,7 +934,8 @@ all_ext(<<"wm">>) -> {<<"video">>, <<"x-ms-wm">>, []};
all_ext(<<"wmv">>) -> {<<"video">>, <<"x-ms-wmv">>, []};
all_ext(<<"wmx">>) -> {<<"video">>, <<"x-ms-wmx">>, []};
all_ext(<<"wmz">>) -> {<<"application">>, <<"x-msmetafile">>, []};
-all_ext(<<"woff">>) -> {<<"application">>, <<"font-woff">>, []};
+all_ext(<<"woff2">>) -> {<<"font">>, <<"woff2">>, []};
+all_ext(<<"woff">>) -> {<<"font">>, <<"woff">>, []};
all_ext(<<"wpd">>) -> {<<"application">>, <<"vnd.wordperfect">>, []};
all_ext(<<"wpl">>) -> {<<"application">>, <<"vnd.ms-wpl">>, []};
all_ext(<<"wps">>) -> {<<"application">>, <<"vnd.ms-works">>, []};