mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 01:09:39 +03:00
Add html extensions to minimal MIME type hash
svn path=/trunk/netsurf/; revision=4110
This commit is contained in:
parent
7e28ca26d1
commit
cc9ab23b04
@ -57,6 +57,8 @@ void gtk_fetch_filetype_init(const char *mimefile)
|
||||
*/
|
||||
|
||||
hash_add(mime_hash, "css", "text/css");
|
||||
hash_add(mime_hash, "htm", "text/html");
|
||||
hash_add(mime_hash, "html", "text/html");
|
||||
hash_add(mime_hash, "jpg", "image/jpeg");
|
||||
hash_add(mime_hash, "jpeg", "image/jpeg");
|
||||
hash_add(mime_hash, "gif", "image/gif");
|
||||
|
Loading…
Reference in New Issue
Block a user