mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
add steal_forwarded_for config in http interception
This commit is contained in:
parent
a526f2246a
commit
d38d9d61ea
9 changed files with 47 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue