MIME: fix .js MIME type

application/javascript is obsolete per RFC 9239
This commit is contained in:
Mohamed Akram 2025-05-10 12:31:01 +04:00
parent f3542500b6
commit 2cf5c8b50b

View File

@ -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;