Add text/plain exception for .log name extension

Fixes #29
This commit is contained in:
Mia Herkt 2020-11-03 04:02:13 +01:00
parent a4d496d42d
commit a52127f0c3
Signed by untrusted user: mia
GPG Key ID: 72E154B8622EC191
1 changed files with 1 additions and 0 deletions

View File

@ -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",
}