There where a couple of incidents where check_plain() was called to validate a URL instead of check_url(). Here is a patch.

Thanks for this module - I use some code of it in leech - see _leech_retrieve_favicon() .

I replaced the check_plain() calls in question to check_url() in leech. Works fine.

I will also post a patch for 5.x

CommentFileSizeAuthor
check_url_instead_of_check_plain.patch2.52 KBalex_b

Comments

sanduhrs’s picture

Status: Needs review » Closed (fixed)

Commited as is.
Thanks.