mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
RequestSizeLimit for attachment uploads
This commit is contained in:
@@ -415,6 +415,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
[HttpPost("{id}/attachment/{attachmentId}/share")]
|
||||
[RequestSizeLimit(105_906_176)]
|
||||
[DisableFormValueModelBinding]
|
||||
public async Task PostAttachmentShare(string id, string attachmentId, Guid organizationId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user