We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42720a commit 46437d4Copy full SHA for 46437d4
template.pug
@@ -120,4 +120,4 @@ html
120
input(type='radio', name='preview_email', checked=!html)#tab-text
121
label(for='tab-text') Plain text
122
.preview-email-tab
123
- 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 commit comments