mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add file extension .xml, mapping it to text/xml.
This commit is contained in:
parent
6b077878a5
commit
7beaad4e75
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ types_map = {
|
|||
'.ustar': 'application/x-ustar',
|
||||
'.wav': 'audio/x-wav',
|
||||
'.xbm': 'image/x-xbitmap',
|
||||
'.xml': 'text/xml',
|
||||
'.xpm': 'image/x-xpixmap',
|
||||
'.xwd': 'image/x-xwindowdump',
|
||||
'.zip': 'application/zip',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue