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:
parent
644e61cfc2
commit
ea7a0ceb2a
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user