diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-11-15 08:55:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 00:55:50 +0000 |
commit | 6f1de0a9e5a58b63d0c64b1182b7686c742a97c1 (patch) | |
tree | cf02a20df53e4ad372fc3e7f74b8a78eab1324bb /custom/conf/app.example.ini | |
parent | 68731c07c52d35b7b44db1c2f5f7a755efcc8c84 (diff) | |
download | gitea-6f1de0a9e5a58b63d0c64b1182b7686c742a97c1.tar.gz gitea-6f1de0a9e5a58b63d0c64b1182b7686c742a97c1.zip |
Add avif image file support (#32508)
Most modern browsers support it now
` Update ALLOWED_TYPES #96 ` https://gitea.com/gitea/docs/pulls/96
---------
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 7d5b3961bc..ef5684237d 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1912,7 +1912,7 @@ LEVEL = Info ;ENABLED = true ;; ;; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types. -;ALLOWED_TYPES = .csv,.docx,.fodg,.fodp,.fods,.fodt,.gif,.gz,.jpeg,.jpg,.log,.md,.mov,.mp4,.odf,.odg,.odp,.ods,.odt,.patch,.pdf,.png,.pptx,.svg,.tgz,.txt,.webm,.xls,.xlsx,.zip +;ALLOWED_TYPES = .avif,.cpuprofile,.csv,.dmp,.docx,.fodg,.fodp,.fods,.fodt,.gif,.gz,.jpeg,.jpg,.json,.jsonc,.log,.md,.mov,.mp4,.odf,.odg,.odp,.ods,.odt,.patch,.pdf,.png,.pptx,.svg,.tgz,.txt,.webm,.webp,.xls,.xlsx,.zip ;; ;; Max size of each file. Defaults to 2048MB ;MAX_SIZE = 2048 |