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

@ -263,4 +263,9 @@ steal_forwarded_for
Set if we should delete the *Forwarded* and *X-Forwarded-For* headers from the client's request.
.. note::
If you want to remove those headers from https traffic, you need to enable TLS interception and also set this in
auditor's :ref:`h1 interception <conf_auditor_h1_interception>` config.
**default**: false