add a couple more file extensions

FossilOrigin-Name: 03fc0c6c8b0e49a17ce6d8a6efbab882144cf6a3dfab6e17e4b64b4850fabe9f
This commit is contained in:
crc 2019-10-14 16:38:10 +00:00
parent 9380cc52f3
commit 654ef677ad

View file

@ -125,6 +125,8 @@ a look at the extension, and mapping this to a MIME type.
'.json [ 'application/json ] s:case
'.js [ 'application/x-javascript ] s:case
'.xml [ 'application/xml ] s:case
'.tar.gz [ 'application/gzip ] s:case
'.retro.html [ 'text/html ] s:case
drop 'text/plain ;
~~~