mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
limited the length of tags
This commit is contained in:
@@ -138,6 +138,9 @@ func DefaultConfig() *config.Config {
|
||||
MinDigits: 1,
|
||||
MinSpecialCharacters: 1,
|
||||
},
|
||||
Validation: config.Validation{
|
||||
MaxTagLength: 100,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user