diff conf/mime.types @ 9329:eebab9268326 default tip

MIME: added mjs extension to text/javascript.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 31 Aug 2024 05:40:14 +0300
parents 48f30a3add51
children
line wrap: on
line diff
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -2,7 +2,7 @@
 types {
     text/html                                        html htm shtml;
     text/css                                         css;
-    text/javascript                                  js;
+    text/javascript                                  js mjs;
     text/xml                                         xml;
     image/gif                                        gif;
     image/jpeg                                       jpeg jpg;