Compare commits

...

1 Commits

Author SHA1 Message Date
Anoop M D
6749308612 fix: allow popus in notification iframes
This is to allow is to allow users to open pages (like bruno downloads) from the app
2025-02-14 21:23:26 +05:30

View File

@@ -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>