From 4115749a00096d37ff846dacce2aa660e9f08fce Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Fri, 8 Mar 2024 10:46:40 +0100 Subject: [PATCH] added filetype for mjs to .htaccess (#560) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wird von einigen Projekten (vor allem Mozilla) benötigt --- setup/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/.htaccess b/setup/.htaccess index 452595d..bf41395 100644 --- a/setup/.htaccess +++ b/setup/.htaccess @@ -17,6 +17,7 @@ AddDefaultCharset utf-8 AddType audio/mpeg .mp3 AddType audio/ogg .ogg AddType text/javascript .js + AddType text/javascript .mjs AddType application/json .json AddType application/xml .xml AddType application/x-shockwave-flash .swf