Search found 1 match
- 2016-05-04T11:16:32-07:00
- Forum: Developers
- Topic: ImageMagick Security Issue
- Replies: 33
- Views: 62303
Re: ImageMagick Security Issue
What does the following policy do?: <policy domain="coder" rights="none" pattern="TEXT" /> Will this policy: <policy domain="path" rights="none" pattern="@*" /> Allow for URLs and HTTPS? I use a lot of `convert https://www.example.com/logo.jpg logo.png` and `convert http://www.example.com/logo.jpg ...