Commit 770e1b1
Enable pop-ups in app iframes (#6002)
* Enable pop-ups in app iframes
Added 'allow-popups' to iframe sandbox permissions, enabling apps to use native links with target="_blank" instead of relying solely on AppBridge actions. Links should still use rel="noreferrer" for security.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Clarify App iframe pop-up functionality
Updated the documentation to clarify that App iframes now allow pop-ups, enabling native links to open in new tabs.
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 199c204 commit 770e1b1
2 files changed
Lines changed: 6 additions & 1 deletion
File tree
- .changeset
- src/extensions/views/ViewManifestExtension/components/AppFrame
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments