mirror of https://github.com/python/cpython.git
Map .shtml to text/html.
This commit is contained in:
parent
57d4c5510d
commit
f326134e5c
|
@ -128,6 +128,7 @@ def read_mime_types(file):
|
||||||
'.hdf': 'application/x-hdf',
|
'.hdf': 'application/x-hdf',
|
||||||
'.htm': 'text/html',
|
'.htm': 'text/html',
|
||||||
'.html': 'text/html',
|
'.html': 'text/html',
|
||||||
|
'.shtml': 'text/html',
|
||||||
'.ief': 'image/ief',
|
'.ief': 'image/ief',
|
||||||
'.jpe': 'image/jpeg',
|
'.jpe': 'image/jpeg',
|
||||||
'.jpeg': 'image/jpeg',
|
'.jpeg': 'image/jpeg',
|
||||||
|
|
Loading…
Reference in New Issue