1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

Add virus check when upload files to upload link

This commit is contained in:
zhengxie
2016-08-04 16:09:05 +08:00
parent 15d082a8c5
commit bfbd6f05a5
3 changed files with 30 additions and 3 deletions

View File

@@ -262,6 +262,9 @@ SHARE_LINK_PASSWORD_MIN_LENGTH = 8
# enable or disable share link audit
ENABLE_SHARE_LINK_AUDIT = False
# check virus for files uploaded form upload link
ENABLE_UPLOAD_LINK_VIRUS_CHECK = False
# mininum length for user's password
USER_PASSWORD_MIN_LENGTH = 6