There were 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 have also posted a patch for 4.7.x

CommentFileSizeAuthor
check_url_instead_of_check_plain_0.patch2.52 KBalex_b

Comments

sanduhrs’s picture

Commited as is.
Thanks.

sanduhrs’s picture

Status: Needs review » Closed (fixed)

closing.