show input value before the value is interpretated into a real secret (#3364)

This commit is contained in:
Shuchang Zheng
2025-09-04 16:17:01 -07:00
committed by GitHub
parent c197517df8
commit 916e4699d0
2 changed files with 13 additions and 8 deletions

View File

@@ -304,7 +304,7 @@ class Settings(BaseSettings):
SVG_MAX_LENGTH: int = 100000
ENABLE_LOG_ARTIFACTS: bool = False
ENABLE_CODE_BLOCK: bool = True
ENABLE_CODE_BLOCK: bool = False
TASK_BLOCKED_SITE_FALLBACK_URL: str = "https://www.google.com"