Skip to content

Commit 802e906

Browse files
[mjs_mime_type] Add mjs extention as application/javascript mime type
1 parent 071c48d commit 802e906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'text/xml' => 'xml',
2323
'image/gif' => 'gif',
2424
'image/jpeg' => 'jpeg jpg',
25-
'application/javascript' => 'js',
25+
'application/javascript' => 'js mjs',
2626
'application/atom+xml' => 'atom',
2727
'application/rss+xml' => 'rss',
2828
'text/mathml' => 'mml',

0 commit comments

Comments
 (0)