1
0
mirror of https://github.com/moparisthebest/mail synced 2025-03-03 02:01:45 -05:00

Allow opening links from html mails

This commit is contained in:
Tankred Hase 2014-05-12 19:09:03 +02:00
parent 644e61cfc2
commit ea7a0ceb2a

View File

@ -54,7 +54,7 @@
</div><!--/.working-wrapper-->
<!-- Render html body in sandboxed iframe -->
<iframe ng-show="html" sandbox srcdoc="{{html}}"
<iframe ng-show="html" sandbox="allow-popups" srcdoc="{{html}}"
frame-load="state.mailList.selected.html">
</iframe>