From 1660fefb4072c540cde481d9a301241875990a55 Mon Sep 17 00:00:00 2001 From: jesse-merhi <79823012+jesse-merhi@users.noreply.github.com> Date: Mon, 4 May 2026 02:30:41 +1000 Subject: [PATCH] docs: keep APNs guardrail out of network hub --- docs/network.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/network.md b/docs/network.md index c0166e21888..50f09b9dfac 100644 --- a/docs/network.md +++ b/docs/network.md @@ -63,7 +63,6 @@ Local trust: ## Security -- Direct APNs delivery uses HTTP/2. OpenClaw code should use `connectApnsHttp2Session()` from `src/infra/push-apns-http2.ts` instead of raw `http2.connect()` so managed proxy mode can route APNs through the configured CONNECT proxy. - [Security overview](/gateway/security) - [Gateway config reference](/gateway/configuration) - [Troubleshooting](/gateway/troubleshooting)