mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Map .shtml to text/html.
This commit is contained in:
parent
57d4c5510d
commit
f326134e5c
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ types_map = {
|
|||
'.hdf': 'application/x-hdf',
|
||||
'.htm': 'text/html',
|
||||
'.html': 'text/html',
|
||||
'.shtml': 'text/html',
|
||||
'.ief': 'image/ief',
|
||||
'.jpe': 'image/jpeg',
|
||||
'.jpeg': 'image/jpeg',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue