fix(boot): deny DeepSeek endpoint env overrides

This commit is contained in:
Tianyi Cui
2026-08-11 20:53:04 +08:00
parent 8a29248425
commit 2310a23743

View File

@@ -106,6 +106,7 @@ const BOOTSTRAP_NAMES = new Set([
'GIT_CONFIG_GLOBAL', 'GIT_CONFIG_SYSTEM', 'GIT_CONFIG_COUNT',
'EDITOR', 'VISUAL', 'PAGER',
// Network reach and trust.
'DEEPSEEK_BASE_URL', 'DEEPSEEK_SEARCH_BASE_URL',
'SSL_CERT_FILE', 'SSL_CERT_DIR',
'HTTP_PROXY', 'HTTPS_PROXY', 'ALL_PROXY', 'NO_PROXY',
'REQUESTS_CA_BUNDLE', 'CURL_CA_BUNDLE',