mirror of
https://git.0x0.st/mia/0x0.git
synced 2026-01-10 04:21:46 +03:00
Add extension override for text/x-diff
This commit is contained in:
3
fhost.py
3
fhost.py
@@ -32,7 +32,8 @@ 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" : ".txt"
|
"text/plain" : ".txt",
|
||||||
|
"text/x-diff" : ".diff",
|
||||||
}
|
}
|
||||||
|
|
||||||
# default blacklist to avoid AV mafia extortion
|
# default blacklist to avoid AV mafia extortion
|
||||||
|
|||||||
Reference in New Issue
Block a user