diff options
Diffstat (limited to 'embed/ephy-favicon-cache.c')
-rw-r--r-- | embed/ephy-favicon-cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index bed95ed09..f70a7d386 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -696,6 +696,7 @@ ephy_favicon_cache_get (EphyFaviconCache *cache, return NULL; } valid = strcmp (mime_type, "image/x-ico") == 0 || + strcmp (mime_type, "image/vnd.microsoft.icon") == 0 || strcmp (mime_type, "image/png") == 0 || strcmp (mime_type, "image/gif") == 0; is_ao = strcmp (mime_type, "application/octet-stream") == 0; |