Imagemagick - change policy.xml on Heroku
问题 I'm trying to access images via https on Heroku with Imagemagick. How can I change the policies (in policy.xml) on Heroku? Heroku made an "ImageMagick security update" in May, 2016: https://devcenter.heroku.com/changelog-items/891 I can see the policy list, after typing heroku run bash and convert -list policy : Path: [built-in] Policy: Undefined rights: None Path: /etc/ImageMagick/policy.xml [...] Policy: Coder rights: None pattern: HTTPS [...] How can I change the policy? update 1: this is