Sandboxed Game Embedding

All games now run in isolated sandboxed iframes with strict security policies, protecting player data and preventing cross-origin attacks.

Security is foundational for a game platform. Here's what we shipped:

  • Sandboxed iframes — every game runs with sandbox="allow-scripts allow-popups" restrictions
  • Origin isolation — games are served from a separate origin, preventing cookie/storage access to your account
  • CSP headers — strict Content Security Policy prevents unauthorized script injection
  • No top-navigation — games cannot redirect the parent page
  • Referrer policyno-referrer prevents data leakage to game servers