take a look at this, i'm trying to setup openclaw browser usage
"plugins": {
"entries": {
browser: {
enabled: true,
ssrfPolicy: {
dangerouslyAllowPrivateNetwork: true,
},
remoteCdpTimeoutMs: 1500,
remoteCdpHandshakeTimeoutMs: 3000,
defaultProfile: "openclaw",
color: "#FF4500",
headless: false,
noSandbox: false,
attachOnly: false,
profiles: {
openclaw: { cdpPort: 18800, color: "#FF4500" },
work: { cdpPort: 18801, color: "#0066CC" },
user: {
driver: "existing-session",
attachOnly: true,
color: "#00AA00",
},
remote: { cdpUrl: "http://10.0.0.42:9222", color: "#00AA00" },
},
},
"brave": {
what's the deal, i copied from the docs and it's not working.