Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 564 Bytes

File metadata and controls

13 lines (8 loc) · 564 Bytes

Please note: This buildpack is a stopgap and not officially supported.

heroku-buildpack-imagemagick-policy

A tiny buildpack to set a good default policy for ImageMagick coders, disabling the following coders: PS, PS2, PS3, EPS, PDF and XPS.

This is intended to be used in conjunction with other Heroku buildpacks, and may conflict with other buildpacks that vendor ImageMagick and associated policy files.

Usage

$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-imagemagick-policy --index 1 --app <your app>