limited the length of tags

This commit is contained in:
Roman Perekhod
2025-04-11 09:41:15 +02:00
parent 2d821eb990
commit 74cf69b5ec
12 changed files with 130 additions and 43 deletions

View File

@@ -138,6 +138,9 @@ func DefaultConfig() *config.Config {
MinDigits: 1,
MinSpecialCharacters: 1,
},
Validation: config.Validation{
MaxTagLength: 100,
},
}
}