Commit e8ca13b9 authored by Amy Phillips's avatar Amy Phillips

Merge branch 'security-disable-filesystem-strategy-for-premailer' into 'master'

Disable filesystem strategy from premailer

See merge request gitlab-org/security/gitlab!1542
parents e161f0f1 c194597a
......@@ -7,5 +7,6 @@ Premailer::Rails.config.merge!(
remove_comments: true,
remove_ids: false,
remove_scripts: false,
output_encoding: 'US-ASCII'
output_encoding: 'US-ASCII',
strategies: [:asset_pipeline]
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment