mirror of
https://github.com/minio/minio.git
synced 2025-08-13 01:26:58 +02:00
chore: clearer description
This commit is contained in:
parent
af3d0e0bfb
commit
d74ae22ac3
@ -46,7 +46,7 @@ var (
|
|||||||
},
|
},
|
||||||
config.HelpKV{
|
config.HelpKV{
|
||||||
Key: apiCorsAllowCredentialsWithWildcard,
|
Key: apiCorsAllowCredentialsWithWildcard,
|
||||||
Description: `allow CORS requests with credentials when wildcard origins are configured (set to 'off' for enhanced security)` + defaultHelpPostfix(apiCorsAllowCredentialsWithWildcard),
|
Description: `allow credentials with wildcard CORS origins (default: 'on' for backward compatibility, 'off' for enhanced security compliance)` + defaultHelpPostfix(apiCorsAllowCredentialsWithWildcard),
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Type: "on|off",
|
Type: "on|off",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user