mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-04 00:04:07 +00:00
Keep browser CDP managed-proxy bypasses on the private bundled-plugin SSRF helper, strip WebSocket URL credentials before registering exact bypass URLs, and document the managed-browser loopback proxy behavior. Co-authored-by: Matthew Kern <matthew@matthewkern.xyz>
6 lines
335 B
TypeScript
6 lines
335 B
TypeScript
// Private helper surface for bundled plugins with configured local IPC.
|
|
// Keep managed proxy bypass capabilities out of the public plugin SDK surface.
|
|
|
|
export { fetchConfiguredLocalOriginWithSsrFGuard } from "../infra/net/fetch-guard.js";
|
|
export { registerManagedProxyBrowserCdpBypass } from "../infra/net/proxy/proxy-lifecycle.js";
|