From 41e53f2aba1e7d87dacfc4d8cbcd8f04db3e2f5f Mon Sep 17 00:00:00 2001 From: matthieu Date: Mon, 3 Jun 2024 20:08:12 +0000 Subject: [PATCH] add .mjs -> text/javascript. ok florian@ --- share/misc/mime.types | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/misc/mime.types b/share/misc/mime.types index e0af212b253..19637bf053f 100644 --- a/share/misc/mime.types +++ b/share/misc/mime.types @@ -1,4 +1,4 @@ -# $OpenBSD: mime.types,v 1.4 2018/01/06 22:05:03 sthen Exp $ +# $OpenBSD: mime.types,v 1.5 2024/06/03 20:08:12 matthieu Exp $ application/atom+xml atom application/font-woff woff @@ -79,6 +79,7 @@ image/x-ms-bmp bmp text/css css text/html html htm shtml +text/javascript mjs text/mathml mml text/plain txt text/vnd.sun.j2me.app-descriptor jad -- 2.20.1