mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Tabs are ok when decoding post data.
This commit is contained in:
parent
3d88ea442e
commit
16e283e932
@ -1051,7 +1051,7 @@ http_argument_urldecode(char *arg, int url)
|
||||
return (KORE_RESULT_ERROR);
|
||||
} else {
|
||||
if ((v <= 0x1f || v == 0x7f) &&
|
||||
(v != '\n' && v != '\r'))
|
||||
(v != '\n' && v != '\r' && v != '\t'))
|
||||
return (KORE_RESULT_ERROR);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user