-
Notifications
You must be signed in to change notification settings - Fork 18k
mime: outdated mimetype for javascript files #7498
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
Labels
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Comments
https://golang.org/cl/73070043 Labels changed: added release-go1.3, repo-main. Status changed to Started. |
According to the discussion here: http://stackoverflow.com/q/9664282/165103 text/javascript is used for compatibility with older browsers. I have made my own research and found that MaxCDN uses application/x-javascript, while cdnjs uses application/javascript. Maybe we should check for the types found in the system first, then fallback to these values if no type information was found? |
Change https://golang.org/cl/120058 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
by mhh.dreadlord:
The text was updated successfully, but these errors were encountered: