diff options
| author | Mia Herkt <mia@0x0.st> | 2024-09-27 19:15:57 +0200 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2024-09-27 19:15:57 +0200 |
| commit | f65bccc2aa5569a1d87f6e904d3e00c9d5a7a6de (patch) | |
| tree | bc364657b366bdcaf7332bee9ea5a8540098b77d | |
| parent | de19212a719b0bc6ea5455b3e32072a76d021df6 (diff) | |
Remove blacklist reference from default index template
| -rw-r--r-- | templates/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index a2add39..257dd49 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,7 +37,6 @@ To change the expiration date (see above): {% set max_size = config["MAX_CONTENT_LENGTH"]|filesizeformat(True) %} Maximum file size: {{ max_size }} -Not allowed: {{ config["FHOST_MIME_BLACKLIST"]|join(", ") }} FILE RETENTION PERIOD |
