From e913394dcc9fd72c42b47ae2a4c4d5e9bb797bec Mon Sep 17 00:00:00 2001 From: Manthan Mallikarjun Date: Sat, 17 Aug 2024 17:59:53 -0700 Subject: [PATCH] fix(template): update template.pug to allow popups in the html version --- template.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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