Add BrowserBox browser integration#634
Open
crisdosaygo wants to merge 1 commit intoDustinBrett:mainfrom
Open
Conversation
Author
|
hey @DustinBrett i remember a long time ago I talked about this - and it's finally done! Hope you're well, man! |
Author
|
And it's live here: https://daedalos.win9-5.com/ Linked: https://win9-5.com/demo |
- Replace remote browser navigation with BrowserBox webview component - Bootstrap BrowserBox demo sessions from win9-5.com session API - Keep local iframe/directory browser path intact for local content - Remove COEP credentialless (blocks cross-origin BrowserBox iframe) - Update browserbox-webview.js with embedder-origin API Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6474592 to
8ed6ce5
Compare
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
Replaces the remote browser navigation in daedalOS with a BrowserBox webview integration. Demo sessions are bootstrapped through the existing win9-5.com session API — the local iframe/directory browser path is left untouched for local content.
Also removes the
Cross-Origin-Embedder-Policy: credentiallessheader fromnext.config.jssince it blocks cross-origin iframes like the BrowserBox session frame.Live demo: https://daedalos.win9-5.com/?app=Browser
What changed
.browserbox-hostwrapper<browserbox-webview>web component (public asset)credentialless(incompatible with cross-origin iframe embedding)Testing
corepack yarn build✓corepack yarn test --runInBand✓Deployment-specific hosting bits (CF Pages scripts etc.) are on a separate branch.