From 55b29f598ae354aafadc3db816c01fc47fcbee68 Mon Sep 17 00:00:00 2001 From: "prompt.ac/@jeffrey" Date: Tue, 16 Jun 2026 19:06:52 -0700 Subject: [PATCH] keeps: point editor iframe at same-origin keeps.html (not cross-origin /keeps) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Keeps tab iframe loaded https://kidlisp.com/keeps, which 301-redirects to https://keep.kidlisp.com/ — a different origin from the editor. That broke the embedded postMessage + localStorage handshake in prod (worked in dev only because dev used the .../keeps.html path). Load keeps.html directly so the iframe is same-origin with the editor. Co-Authored-By: Claude Opus 4.8 --- system/public/kidlisp.com/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/public/kidlisp.com/index.html b/system/public/kidlisp.com/index.html index 25a0eae279..ff9c9e79f9 100644 --- a/system/public/kidlisp.com/index.html +++ b/system/public/kidlisp.com/index.html @@ -9328,7 +9328,8 @@