From 2cf5c8b50b84e184bef17a9c1e066f4f514eb5b0 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sat, 10 May 2025 12:31:01 +0400 Subject: [PATCH] MIME: fix .js MIME type application/javascript is obsolete per RFC 9239 --- conf/mime.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/mime.types b/conf/mime.types index 1c00d701a..29e83f057 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -5,7 +5,7 @@ types { text/xml xml; image/gif gif; image/jpeg jpeg jpg; - application/javascript js; + text/javascript js; application/atom+xml atom; application/rss+xml rss;