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:
Anoop M D
2025-02-14 21:23:26 +05:30
parent f8b4a0b85b
commit dfb0b1b966

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>