X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.c;h=5052cca96da77f453d02179df7aab37466b9d35d;hb=13bd63c1bd4055cba1316042267b31c4776af256;hp=b2180458b2ee691ef0a3bef288b73365ae21a95b;hpb=a8c1c8889910ae3b3439346dd1a9dfbd13c8f31b;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.c b/src/afb-hreq.c index b2180458..5052cca9 100644 --- a/src/afb-hreq.c +++ b/src/afb-hreq.c @@ -280,6 +280,10 @@ static const char *mimetype_fd_name(int fd, const char *filename) { ".js", "text/javascript" }, { ".html", "text/html" }, { ".css", "text/css" }, + { ".ico", "image/x-icon"}, + { ".png", "image/png" }, + { ".svg", "image/svg+xml" }, + { ".ttf", "application/x-font-ttf"}, { NULL, NULL } }; int i = 0;