b0fff3f02d
ComputerUseToolset passed the url the model supplied straight to the browser driver, without checking it. Now navigate runs the same checks load_web_page does. A url that fails returns an error to the model instead of reaching the driver. If the agent is meant to drive the browser against an internal host, pass allow_private_network_access=True Co-authored-by: Jason Zhang <jasoncz@google.com> PiperOrigin-RevId: 963643277