diff --git a/template.pug b/template.pug index 0ee36a1..aca49ed 100644 --- a/template.pug +++ b/template.pug @@ -115,7 +115,7 @@ html input(type='radio', name='preview_email', checked)#tab-html label(for='tab-html') HTML .preview-email-tab - iframe(sandbox='', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`${html}`)#html + iframe(sandbox='allow-popups', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`${html}`)#html if text input(type='radio', name='preview_email', checked=!html)#tab-text label(for='tab-text') Plain text