refactor: trim secret and ssrf helper runtime seams

This commit is contained in:
Peter Steinberger
2026-03-28 02:24:57 +00:00
parent 18fe752c48
commit 4031bb1914
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { isBlockedHostnameOrIp } from "openclaw/plugin-sdk/infra-runtime";
import { isBlockedHostnameOrIp } from "openclaw/plugin-sdk/ssrf-runtime";
export type UrbitBaseUrlValidation =
| { ok: true; baseUrl: string; hostname: string }