mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:00:42 +00:00
fix(config): regenerate base schema URL-secret hints for browser cdpUrl
This commit is contained in:
@@ -23522,7 +23522,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
||||
"browser.cdpUrl": {
|
||||
label: "Browser CDP URL",
|
||||
help: "Remote CDP websocket URL used to attach to an externally managed browser instance. Use this for centralized browser hosts and keep URL access restricted to trusted network paths.",
|
||||
tags: ["advanced"],
|
||||
tags: ["advanced", "url-secret"],
|
||||
},
|
||||
"browser.color": {
|
||||
label: "Browser Accent Color",
|
||||
@@ -23572,7 +23572,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
||||
"browser.profiles.*.cdpUrl": {
|
||||
label: "Browser Profile CDP URL",
|
||||
help: "Per-profile CDP websocket URL used for explicit remote browser routing by profile name. Use this when profile connections terminate on remote hosts or tunnels.",
|
||||
tags: ["storage"],
|
||||
tags: ["storage", "url-secret"],
|
||||
},
|
||||
"browser.profiles.*.userDataDir": {
|
||||
label: "Browser Profile User Data Dir",
|
||||
|
||||
Reference in New Issue
Block a user