mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: add versionAdded to proxy settings for tracking consistency
This commit is contained in:
@@ -1316,7 +1316,8 @@ export const CORE_SETTINGS: SettingParams[] = [
|
||||
tooltip:
|
||||
'Proxy URL for all outbound HTTP/HTTPS traffic (e.g. http://127.0.0.1:7890). Applies to model downloads, API calls, git operations, and custom nodes. Requires restart.',
|
||||
type: 'text',
|
||||
defaultValue: ''
|
||||
defaultValue: '',
|
||||
versionAdded: '1.44.0'
|
||||
},
|
||||
{
|
||||
id: 'Comfy.Network.Proxy.HttpsUrl',
|
||||
@@ -1325,7 +1326,8 @@ export const CORE_SETTINGS: SettingParams[] = [
|
||||
tooltip:
|
||||
'Separate proxy URL for HTTPS traffic only. If empty, the HTTP proxy URL above is used for both HTTP and HTTPS. Requires restart.',
|
||||
type: 'text',
|
||||
defaultValue: ''
|
||||
defaultValue: '',
|
||||
versionAdded: '1.44.0'
|
||||
},
|
||||
{
|
||||
id: 'Comfy.Network.Proxy.NoProxy',
|
||||
@@ -1334,6 +1336,7 @@ export const CORE_SETTINGS: SettingParams[] = [
|
||||
tooltip:
|
||||
'Comma-separated list of hosts that should bypass the proxy (e.g. localhost,127.0.0.1,*.local). Requires restart.',
|
||||
type: 'text',
|
||||
defaultValue: ''
|
||||
defaultValue: '',
|
||||
versionAdded: '1.44.0'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user