Closed (fixed)
Project:
URL Icon
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2007 at 17:26 UTC
Updated:
30 Apr 2007 at 16:44 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| check_url_instead_of_check_plain.patch | 2.52 KB | alex_b |
Comments
Comment #1
sanduhrsCommited as is.
Thanks.