]> git.kaiwu.me - nginx.git/commit
Disabled control characters in the Host header.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 28 Jun 2021 15:01:24 +0000 (18:01 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 28 Jun 2021 15:01:24 +0000 (18:01 +0300)
commit07c63a42640e59bf5e3399cfdafd498b61671780
treecea4cff54ed65fb77fa1bebdc94903100299c26f
parent7587778a33bea0ce6f203a8c4de18e33f38b9582
Disabled control characters in the Host header.

Control characters (0x00-0x1f, 0x7f) and space are not expected to appear
in the Host header.  Requests with such characters in the Host header are
now unconditionally rejected.
src/http/ngx_http_request.c