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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user