From 46437d49b93b1b7b2cfef4c1992f018f726f28bb Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sun, 11 Feb 2024 14:53:07 +0200 Subject: [PATCH] allow to open links in email preview --- template.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.pug b/template.pug index d8dae1b..0ee36a1 100644 --- a/template.pug +++ b/template.pug @@ -120,4 +120,4 @@ html input(type='radio', name='preview_email', checked=!html)#tab-text label(for='tab-text') Plain text .preview-email-tab - iframe(sandbox='', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`
${text}`)#text + iframe(sandbox='allow-popups', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`
${text}`)#text