Conversation
- Use base64-encoded nonce instead of UUID for better CSP compatibility - Handle 'none' directive by replacing rather than appending - Also update script-src-elem when present (takes precedence for script tags) - Fix copy URL to show success only when clipboard write succeeds - Add cleanup for timeout on unmount to prevent setState warnings - Add noopener,noreferrer to window.open for security - Add try-catch for URL parsing in handleGoHome
jeanduplessis
approved these changes
Feb 5, 2026
6 tasks
jrf0110
added a commit
that referenced
this pull request
Apr 22, 2026
Executed via three sub-agent runs: 1. Browse (Flow 2) — sub-agent verified browse-direct matches upstream count 2. Full lifecycle (Flows 3, 4, 6, 7) — sub-agent verified post -> claim -> done -> accept on item w-870be07fbc through PRs #8-11. Stamp s-35e8a923... issued with author=jrf0110, subject=jfawcett. 3. Branches (Flows 5, 8, 9) — sub-agent verified unclaim (item w-68aa4ab1dd, PR #14), reject (w-d2cf6acf6a, PR #18), and close (w-89e6720ca4, PR #22) on fresh items. Only Flow 10 (disconnect) remains — it is a pure gastown operation and doesn't touch upstream DoltHub state, so lower priority. Total: 19 PRs merged, 4 rigs in play (jfawcett contributor, jrf0110 maintainer), full lifecycle graph exercised.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Cloudflare Worker (
cloudflare-app-builder/src/handlers/preview.ts):Frontend (
src/components/app-builder/):currentIframeUrlto ProjectState for URL trackingkilo-preview-navigationpostMessage eventsFuture Work
The tracked URL (
useProjectState().currentIframeUrl) can be included in prompt context when sending messages.