fix(config): regenerate base schema URL-secret hints for browser cdpUrl

This commit is contained in:
Ziy1-Tan
2026-04-17 10:54:17 +08:00
committed by Mason Huang
parent 035683436e
commit c2d5e03f0c

View File

@@ -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",