Closed nbibler closed 5 years ago
There are two different changes that went live recently. This is probably more related to
mime-types/ruby-mime-types#132 which changed how some of the priority searching is performed. At some point in the past, I’m sure that someone did a deliberate assignment of .js
to application/ecmascript
despite what the IANA assignment block says (the tooling for this data doesn’t currently read the assignment pages because they are semi-structured at the best of times).
This will be resolved with today’s release, 3.2019.0331 as .js
is being removed from application/ecmascript
per #20.
It looks like something changed between 3.2018.0812 and 3.2016.0521 (perhaps the data and tooling update from 10 days ago) which changed the priority and contents of mime types for JavaScript files.
Previously in the 3.2016.0521 release,
.js
files were identified asapplication/javascript
throughmime-types
:In the subsequent 3.2018.0812 release, they're being identified as
application/ecmascript
:Was this intentional? Or am I doing something wrong?