Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mjs text/javascript mimetype #138

Open
benbro opened this issue May 31, 2024 · 3 comments
Open

mjs text/javascript mimetype #138

benbro opened this issue May 31, 2024 · 3 comments

Comments

@benbro
Copy link

benbro commented May 31, 2024

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">>, []};
@essen
Copy link
Member

essen commented May 31, 2024

Yes for the next release. In the meantime you can run make gen in your Cowlib copy.

@benbro
Copy link
Author

benbro commented May 31, 2024

Thanks. Do you want me to close the issue?

@essen
Copy link
Member

essen commented May 31, 2024

No please leave open or I'll forget to do it. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants