mirror of
https://github.com/minio/minio.git
synced 2025-08-09 23:56:58 +02:00
chore: clearer description
This commit is contained in:
parent
af3d0e0bfb
commit
d74ae22ac3
@ -46,7 +46,7 @@ var (
|
||||
},
|
||||
config.HelpKV{
|
||||
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,
|
||||
Type: "on|off",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user