cowlib icon indicating copy to clipboard operation
cowlib copied to clipboard

mjs text/javascript mimetype

Open benbro opened this issue 8 months ago • 3 comments

Is it possible to update cow_mimetypes.erl to include JavaScript modules mimetype? It is included here: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types

all_ext(<<"mjs">>) -> {<<"text">>, <<"javascript">>, []};
web_ext(<<"mjs">>) -> {<<"text">>, <<"javascript">>, []};

benbro avatar May 31 '24 18:05 benbro