diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-06 22:22:14 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-06 22:22:21 +0100 |
commit | 6cb8b68bd08ddb5edff396e293b6776e0e989ded (patch) | |
tree | 5dc061496ab7fcd4b0046c0e26ffdf2a6ed95505 /src/mhd | |
parent | 28c3ae47de7428b4f7019db9158390f8d14ca93d (diff) |
support md in TOS
Diffstat (limited to 'src/mhd')
-rw-r--r-- | src/mhd/mhd_legal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c index c801f84cd..25435210e 100644 --- a/src/mhd/mhd_legal.c +++ b/src/mhd/mhd_legal.c @@ -388,6 +388,7 @@ load_terms (struct TALER_MHD_Legal *legal, { .ext = ".html", .mime = "text/html", .priority = 100 }, { .ext = ".htm", .mime = "text/html", .priority = 99 }, { .ext = ".txt", .mime = "text/plain", .priority = 50 }, + { .ext = ".md", .mime = "text/markdown", .priority = 50 }, { .ext = ".pdf", .mime = "application/pdf", .priority = 25 }, { .ext = ".jpg", .mime = "image/jpeg" }, { .ext = ".jpeg", .mime = "image/jpeg" }, |