From 5d19ad169c23420a8b2dd4a21e23c9bd1131a883 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 26 Feb 2026 12:02:07 -0800 Subject: [PATCH] fix: unregister stale service workers + sandbox iframe on landing pages Stale service workers from the old fetch-proxy approach were intercepting cross-origin iframe requests, causing CORS and replaceState errors. Co-Authored-By: Claude Opus 4.6 --- server/shell.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/server/shell.ts b/server/shell.ts index bd634b0..3682a28 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -446,6 +446,15 @@ export function renderModuleLanding(opts: ModuleLandingOptions): string { width: 100%; height: 100%; border: none; } + @@ -460,7 +469,7 @@ export function renderModuleLanding(opts: ModuleLandingOptions): string {
- +