Matrix: guard private-network homeserver access

This commit is contained in:
Gustavo Madeira Santana
2026-03-19 23:19:30 -04:00
parent ab97cc3f11
commit f62be0ddcf
27 changed files with 655 additions and 93 deletions

View File

@@ -1,4 +1,13 @@
export * from "openclaw/plugin-sdk/matrix";
export {
assertHttpUrlTargetsPrivateNetwork,
closeDispatcher,
createPinnedDispatcher,
resolvePinnedHostnameWithPolicy,
ssrfPolicyFromAllowPrivateNetwork,
type LookupFn,
type SsrFPolicy,
} from "openclaw/plugin-sdk/infra-runtime";
// Keep auth-precedence available internally without re-exporting helper-api
// twice through both plugin-sdk/matrix and ../runtime-api.js.
export * from "./auth-precedence.js";