fix: integrate hardened APT security boundary

This commit is contained in:
2026-08-19 21:36:24 +00:00
parent b6df6f1a66
commit 2f492b662d
14 changed files with 1113 additions and 1730 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ class BridgeAuth {
authenticateRequest(request) {
if (!request || typeof request !== 'object') return false;
const headers = request.headers || {};
const secret = headers['x-apt-pairing-secret'];
const secret = headers['x-apt-pairing'];
return this.authenticate({ origin: headers.origin, secret });
}
}