mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Add file extension .xml, mapping it to text/xml.
This commit is contained in:
parent
6b077878a5
commit
7beaad4e75
@ -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…
Reference in New Issue
Block a user