mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Validate and reject unusual requests (#7258)
This commit is contained in:
committed by
Harshavardhana
parent
755e675d5c
commit
ce960565b1
@@ -55,8 +55,8 @@ var globalHandlers = []HandlerFunc{
|
||||
setBucketForwardingHandler,
|
||||
// Ratelimit the incoming requests using a token bucket algorithm
|
||||
setRateLimitHandler,
|
||||
// Validate all the incoming paths.
|
||||
setPathValidityHandler,
|
||||
// Validate all the incoming requests.
|
||||
setRequestValidityHandler,
|
||||
// Network statistics
|
||||
setHTTPStatsHandler,
|
||||
// Limits all requests size to a maximum fixed limit
|
||||
|
||||
Reference in New Issue
Block a user