mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: allow popus in notification iframes
This is to allow is to allow users to open pages (like bruno downloads) from the app
This commit is contained in:
@@ -193,7 +193,7 @@ const Notifications = () => {
|
||||
</div>
|
||||
<iframe
|
||||
src={`data:text/html,${getSanitizedDescription(selectedNotification?.description)}`}
|
||||
sandbox=""
|
||||
sandbox="allow-popups"
|
||||
style={{ width: '100%', height: '100%' }}
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user