On Wednesday, September 22, 2021 4:26:49 PM EDT Miro Hrončok wrote:
> > By chance do you have a pointer to one of those javascript files that is
> > misidentified? (Or any other for that matter). I'd like to see what's
> > going on and get a fix in place.
> 
> yarnpkg package, %prepped
> 
> $ file --mime-type yarn-1.22.10/bin/yarn.js
> yarn-1.22.10/bin/yarn.js: application/javascript

application/javascript is, unfortunately, correct. This one is governed by 
RFC 4329 which makes it official.

From all the scan that we've done on fullish installs in the past, there's 
only 2 others that you might run across: application/x-elc (lisp) and 
application/x-java-applet. 

Maybe you just build in logic to workaround these 3 types? application/
javascript is really the only one I can think of that is common.

-Steve

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to