add steal_forwarded_for config in http interception

This commit is contained in:
Zhang Jingqiang 2024-06-09 17:16:38 +08:00
parent a526f2246a
commit d38d9d61ea
9 changed files with 47 additions and 11 deletions

View file

@ -1,4 +1,3 @@
.. _configure_dpi_value_types:
***
@ -550,6 +549,16 @@ The keys are:
**default**: 8192
* steal_forwarded_for
**optional**, **type**: bool
Set if we should delete the *Forwarded* and *X-Forwarded-For* headers from the client's intercepted transparent request.
**default**: false
.. versionadded:: 1.9.2
.. _conf_value_dpi_h2_interception:
h2 interception