aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/public/message.html
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-01-08 12:38:09 +0100
committerSimon Ser <contact@emersion.fr>2020-01-20 16:20:15 +0100
commitd745f98bb7e77e9a1841ca9f5b7c9a6046c3b794 (patch)
treec6bd7f4db58a8294c9bf71d286d0979ebd473972 /plugins/base/public/message.html
parentefaf6fd4448e6e3b70f4d3cd06bf15e89d84b590 (diff)
downloadalps-d745f98bb7e77e9a1841ca9f5b7c9a6046c3b794.tar.gz
alps-d745f98bb7e77e9a1841ca9f5b7c9a6046c3b794.zip
Add polyfill for browsers not supporting srcdoc
Diffstat (limited to 'plugins/base/public/message.html')
-rw-r--r--plugins/base/public/message.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/base/public/message.html b/plugins/base/public/message.html
index 343f79e..9544d0a 100644
--- a/plugins/base/public/message.html
+++ b/plugins/base/public/message.html
@@ -113,7 +113,6 @@
{{if .Body}}
<p><a href="{{.Message.Uid}}/reply?part={{.PartPath}}">Reply</a></p>
{{if .IsHTML}}
- <!-- TODO: add a src fallback -->
<!-- allow-same-origin is required to resize the frame with its content -->
<!-- allow-popups is required for target="_blank" links -->
<iframe id="email-frame" srcdoc="{{.Body}}" sandbox="allow-same-origin allow-popups"></iframe>