diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-02-26 18:33:10 +0100 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-09 15:36:10 +0100 |
commit | 9cbf33071f895a3ca1c9dad398d964e189e4a766 (patch) | |
tree | 1a79ffffbac062388d6b623fffb95d77b0028efe /web-ui/app/templates/mails | |
parent | 7b5d5ef57289c00b0314522b2c2981e4fc7a0f6c (diff) |
Issue #617: Add sandbox to user-agent
Diffstat (limited to 'web-ui/app/templates/mails')
-rw-r--r-- | web-ui/app/templates/mails/full_view.hbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index f9ec084a..3ff109e9 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -64,6 +64,7 @@ </header> <div class="bodyArea column large-12"> + <iframe id="read-sandbox" sandbox="allow-popups allow-scripts" src="sandbox/sandbox.html" scrolling="no"></iframe> </div> {{#if attachments}} |