mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 01:38:26 +00:00
fix(security): harden sandbox browser network defaults
This commit is contained in:
@@ -48,7 +48,11 @@ export type SandboxBrowserSettings = {
|
||||
enabled?: boolean;
|
||||
image?: string;
|
||||
containerPrefix?: string;
|
||||
/** Docker network for sandbox browser containers (default: openclaw-sandbox-browser). */
|
||||
network?: string;
|
||||
cdpPort?: number;
|
||||
/** Optional CIDR allowlist for CDP ingress at the container edge (for example: 172.21.0.1/32). */
|
||||
cdpSourceRange?: string;
|
||||
vncPort?: number;
|
||||
noVncPort?: number;
|
||||
headless?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user