mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 04:27:27 +00:00
fix(browser): prefer user profile over chrome relay
This commit is contained in:
@@ -2342,7 +2342,7 @@ See [Plugins](/tools/plugin).
|
||||
browser: {
|
||||
enabled: true,
|
||||
evaluateEnabled: true,
|
||||
defaultProfile: "chrome",
|
||||
defaultProfile: "user",
|
||||
ssrfPolicy: {
|
||||
dangerouslyAllowPrivateNetwork: true, // default trusted-network mode
|
||||
// allowPrivateNetwork: true, // legacy alias
|
||||
|
||||
@@ -289,7 +289,7 @@ Look for:
|
||||
|
||||
- Valid browser executable path.
|
||||
- CDP profile reachability.
|
||||
- Extension relay tab attachment for `profile="chrome"`.
|
||||
- Extension relay tab attachment for `profile="chrome-relay"`.
|
||||
|
||||
Common signatures:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user