Skip to content

add back iframe (without src) support#2702

Merged
RobbieTheWagner merged 1 commit intoemberjs:mainfrom
patricklx:fix-iframe-support
Oct 28, 2025
Merged

add back iframe (without src) support#2702
RobbieTheWagner merged 1 commit intoemberjs:mainfrom
patricklx:fix-iframe-support

Conversation

@patricklx
Copy link
Copy Markdown
Collaborator

@patricklx patricklx commented Oct 28, 2025

this makes inspector work again for iframes cases like https://ember-twiddle.com/

some time chrome introduced match_origin_as_fallback, which needs to be enabled for iframes (with srcdoc) to work.
and <iframe srcdoc="..."> will have the origin about:srcdoc

"match_origin_as_fallback" - Boolean
Optional. Defaults to false. Whether the script should inject in frames that were created by a matching origin, but whose URL or origin may not directly match the pattern. These include frames with different schemes, such as about:, data:, blob:, and filesystem:.

@RobbieTheWagner RobbieTheWagner merged commit 422be0a into emberjs:main Oct 28, 2025
16 checks passed
@github-actions github-actions bot mentioned this pull request Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants