mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Map .js to application/x-javascript.
This commit is contained in:
parent
0eb7b2a659
commit
c40c54782c
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ types_map = {
|
||||||
'.jpe': 'image/jpeg',
|
'.jpe': 'image/jpeg',
|
||||||
'.jpeg': 'image/jpeg',
|
'.jpeg': 'image/jpeg',
|
||||||
'.jpg': 'image/jpeg',
|
'.jpg': 'image/jpeg',
|
||||||
|
'.js': 'application/x-javascript',
|
||||||
'.latex': 'application/x-latex',
|
'.latex': 'application/x-latex',
|
||||||
'.man': 'application/x-troff-man',
|
'.man': 'application/x-troff-man',
|
||||||
'.me': 'application/x-troff-me',
|
'.me': 'application/x-troff-me',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue