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
@@ -83,7 +83,7 @@ function createPopupController({
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-APT-Pairing-Secret': pairingSecret
'X-APT-Pairing': pairingSecret
},
body: JSON.stringify({ deploymentUrl: detectedOrigin, cookieValue })
});