Skip to content

Commit

Permalink
Merge pull request #39 from felixmosh/master
Browse files Browse the repository at this point in the history
fix: allow to open links in email preview
  • Loading branch information
titanism committed May 27, 2024
2 parents bc9f947 + 46437d4 commit 60ff9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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=`<pre>${text}</pre>`)#text
iframe(sandbox='allow-popups', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`<pre>${text}</pre>`)#text

0 comments on commit 60ff9dc

Please sign in to comment.