summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMia Herkt <mia@0x0.st>2020-11-03 04:02:13 +0100
committerMia Herkt <mia@0x0.st>2020-11-03 04:02:13 +0100
commita52127f0c35ab684ce9ba51c3dc8aed5bc5f252a (patch)
treec44cc5492ea32fe6976e03aac531bd5d004dd0c2
parenta4d496d42de4f67b3f4a5ebc67cf216b4206f424 (diff)
Add text/plain exception for .log name extension
Fixes #29
-rwxr-xr-xfhost.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fhost.py b/fhost.py
index f82d637..2814a96 100755
--- a/fhost.py
+++ b/fhost.py
@@ -51,6 +51,7 @@ app.config["FHOST_EXT_OVERRIDE"] = {
"video/webm" : ".webm",
"video/x-matroska" : ".mkv",
"application/octet-stream" : ".bin",
+ "text/plain" : ".log",
"text/plain" : ".txt",
"text/x-diff" : ".diff",
}