Skip to content

Commit 3b520fc

Browse files
authored
Update napplet iframe sandbox attributes
Removed 'allow-popups' from napplet iframe sandbox attributes.
1 parent c5f01ad commit 3b520fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

5D.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Communication uses `postMessage`. Napplet to shell: `window.parent.postMessage(m
2626

2727
Napplet iframes MUST use this sandbox attribute:
2828

29-
allow-scripts allow-forms allow-popups allow-modals allow-downloads
29+
allow-scripts allow-forms allow-modals allow-downloads
3030

3131
The `allow-same-origin` token MUST NOT be present. Shells MAY add additional sandbox tokens as needed. Napplets have no access to `localStorage`, `sessionStorage`, `IndexedDB`, direct WebSocket connections, or `window.nostr`. All storage, signing, and relay access is proxied through the shell.
3232

0 commit comments

Comments
 (0)