mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 13:10:22 +03:00
Avoid checking date header of web requests by properly applying generic handlers (#2914)
This commit is contained in:
committed by
Harshavardhana
parent
73982c8cb6
commit
df59967f59
@@ -109,8 +109,6 @@ func configureServerHandler(srvCmdConfig serverCmdConfig) http.Handler {
|
||||
setPrivateBucketHandler,
|
||||
// Adds cache control for all browser requests.
|
||||
setBrowserCacheControlHandler,
|
||||
// Validates all incoming requests to have a valid date header.
|
||||
setTimeValidityHandler,
|
||||
// CORS setting for all browser API requests.
|
||||
setCorsHandler,
|
||||
// Validates all incoming URL resources, for invalid/unsupported
|
||||
|
||||
Reference in New Issue
Block a user