Skip to content

Commit b1ef1bd

Browse files
author
Cristy
committed
https://github.com/ImageMagick/ImageMagick/issues/8930
1 parent 4399be9 commit b1ef1bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

magick/delegate.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,9 @@ MagickExport MagickBooleanType InvokeDelegate(ImageInfo *image_info,
19871987
}
19881988
command=DestroyString(command);
19891989
}
1990-
if (LocaleCompare(decode,"SCAN") != 0)
1990+
if ((LocaleCompare(decode,"SCAN") != 0) &&
1991+
(LocaleCompare(decode,"http:decode") != 0) &&
1992+
(LocaleCompare(decode,"https:decode") != 0))
19911993
{
19921994
if (CopyDelegateFile(image->filename,input_filename,MagickFalse,&image->exception) == MagickFalse)
19931995
{

0 commit comments

Comments
 (0)