Awell Navi
Why we use CDN + iframe + postMessage, and the core security measures.
navi-loader.js
) initializes the SDK and creates iframes.This separation provides universal embeddability and strong isolation.
The parent and iframe communicate via postMessage
. Messages are strictly scoped to:
pk_...
keys; privileged secrets stay server‑side.