mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add additional missing docs
This commit is contained in:
parent
d43399796a
commit
6aab4decde
@ -1160,6 +1160,21 @@ The variables are passed to the the PasteDeploy entrypoint. Example::
|
|||||||
|
|
||||||
.. versionadded:: 19.7
|
.. versionadded:: 19.7
|
||||||
|
|
||||||
|
.. _strip-header-spaces:
|
||||||
|
|
||||||
|
strip_header_spaces
|
||||||
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* ``--strip-header-spaces``
|
||||||
|
* ``False``
|
||||||
|
|
||||||
|
Strip spaces present between the header name and the the ``:``.
|
||||||
|
|
||||||
|
This is known to induce vulnerabilities and is not compliant with the HTTP/1.1 standard.
|
||||||
|
See https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn.
|
||||||
|
|
||||||
|
Use with care and only if necessary.
|
||||||
|
|
||||||
Server Socket
|
Server Socket
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user