mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 13:44:03 +00:00
fix(plugin-sdk): export ssrf policy type
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
} from "../infra/net/ssrf.js";
|
||||
|
||||
export { isPrivateIpAddress };
|
||||
export type { SsrFPolicy };
|
||||
|
||||
export function ssrfPolicyFromAllowPrivateNetwork(
|
||||
allowPrivateNetwork: boolean | null | undefined,
|
||||
|
||||
Reference in New Issue
Block a user