From d74ae22ac371c7ee00ecbc9b6f19832b511936c3 Mon Sep 17 00:00:00 2001 From: maxts0gt Date: Sun, 27 Jul 2025 12:52:35 +0900 Subject: [PATCH] chore: clearer description --- internal/config/api/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/api/help.go b/internal/config/api/help.go index 559311b14..82fa66ba3 100644 --- a/internal/config/api/help.go +++ b/internal/config/api/help.go @@ -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", },