glebm / rails_email_preview

Preview and edit app mailer templates in Rails.

Home Page:http://glebm.github.io/rails_email_preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use render html: instead of inline:

cantino opened this issue · comments

By using render inline: here you may be introducing a RCE since it will evaluate ERB.

render inline: body, layout: 'rails_email_preview/email'

Is that intended?

Good catch!