mirror of
https://github.com/Luzifer/ots.git
synced 2025-05-17 13:30:30 -04:00
Add server side check for maximum secret size
closes #138 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9a530e1c66
commit
1623e09225
2 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,7 @@ type (
|
|||
DisableFileAttachment bool `json:"disableFileAttachment" yaml:"disableFileAttachment"`
|
||||
MaxAttachmentSizeTotal int64 `json:"maxAttachmentSizeTotal" yaml:"maxAttachmentSizeTotal"`
|
||||
|
||||
MaxSecretSize int64 `json:"-" yaml:"maxSecretSize"`
|
||||
OverlayFSPath string `json:"-" yaml:"overlayFSPath"`
|
||||
UseFormalLanguage bool `json:"-" yaml:"useFormalLanguage"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue