Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-01-14 16:31:13 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2016-01-14 16:31:13 +0300
commit1c581a072651524f3b0d91f33e22a42c4166dd96 (patch)
tree6f29692870f6c822e37f60b77de61f946d93b747 /ui-blob.c
parent513b3863d999f91b47d7e9f26710390db55f9463 (diff)
ui-blob: Do not accept mimetype from user
Diffstat (limited to 'ui-blob.c')
-rw-r--r--ui-blob.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-blob.c b/ui-blob.c
index 1ded839..2cce11c 100644
--- a/ui-blob.c
+++ b/ui-blob.c
@@ -161,7 +161,6 @@ void cgit_print_blob(const char *hex, char *path, const char *head, int file_onl
}
buf[size] = '\0';
- ctx.page.mimetype = ctx.qry.mimetype;
if (!ctx.page.mimetype) {
if (buffer_is_binary(buf, size))
ctx.page.mimetype = "application/octet-stream";