gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: expand mime list


From: gnunet
Subject: [taler-exchange] branch master updated: expand mime list
Date: Mon, 17 Feb 2020 18:38:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new dcb89720 expand mime list
dcb89720 is described below

commit dcb8972085027104ed470ab6e5d264a8156aab24
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 17 18:38:02 2020 +0100

    expand mime list
---
 src/mhd/mhd_legal.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index 476b01c9..2ad1497c 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -331,6 +331,8 @@ load_terms (struct TALER_MHD_Legal *legal,
     { .ext = ".jpeg", .mime = "image/jpeg" },
     { .ext = ".png", .mime = "image/png" },
     { .ext = ".gif", .mime = "image/gif" },
+    { .ext = ".epub", .mime = "application/epub+zip" },
+    { .ext = ".xml", .mime = "text/xml" },
     { .ext = NULL, .mime = NULL }
   };
   const char *ext = strrchr (name, '.');

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]