mirror of
https://git.0x0.st/mia/0x0.git
synced 2024-11-09 11:48:59 -05:00
parent
a4d496d42d
commit
a52127f0c3
1 changed files with 1 additions and 0 deletions
1
fhost.py
1
fhost.py
|
@ -51,6 +51,7 @@ app.config["FHOST_EXT_OVERRIDE"] = {
|
||||||
"video/webm" : ".webm",
|
"video/webm" : ".webm",
|
||||||
"video/x-matroska" : ".mkv",
|
"video/x-matroska" : ".mkv",
|
||||||
"application/octet-stream" : ".bin",
|
"application/octet-stream" : ".bin",
|
||||||
|
"text/plain" : ".log",
|
||||||
"text/plain" : ".txt",
|
"text/plain" : ".txt",
|
||||||
"text/x-diff" : ".diff",
|
"text/x-diff" : ".diff",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue