the browser is getting blocked, despite having allowedhostnames set in the config, and the agent is reporting this error:
"he SSRF check passed the hostname allowlist, but now it wants an IP literal because it can't verify DNS for the browser."
here's my config
"browser": {
"enabled": true,
"headless": true,
"defaultProfile": "openclaw",
"ssrfPolicy": {
"dangerouslyAllowPrivateNetwork": false,
"allowedHostnames": ["localhost", "magicdnshostname.tailscale-network.ts.net"]
},
"profiles": {
"user": {
"driver": "existing-session",
"attachOnly": true,
"color": "#00AA00"
}
},
"executablePath": "/usr/bin/chromium",
"noSandbox": true
},