Treat image/jpg as JPEG content for Royal Mail captcha.
svn path=/trunk/netsurf/; revision=5343
This commit is contained in:
parent
a001437a66
commit
bbd40534c6
|
@ -137,6 +137,7 @@ static const struct mime_entry mime_map[] = {
|
|||
#endif
|
||||
#ifdef WITH_JPEG
|
||||
{"image/jpeg", CONTENT_JPEG},
|
||||
{"image/jpg", CONTENT_JPEG},
|
||||
#endif
|
||||
#ifdef WITH_MNG
|
||||
{"image/mng", CONTENT_MNG},
|
||||
|
|
Loading…
Reference in New Issue