TAG NAME header_access [previously called as anonymous_headers in 2.5 & http_anonymiser in 2.4]

Description This creates a list of ACLs for each header, allowing you very fine-tuned header mangling
Build Option
Default
Usage
header_access allow|deny header_name …
Default
none
Synopsis

This option replaces the old ‘anonymize_headers’ and the older ‘http_anonymizer’ option with something that is much more configurable. This new method creates a list of ACLs for each header, allowing you very fine-tuned header mangling.

You can only specify known headers for the header name. Other headers are reclassified as ‘Other’. You can also refer to all the headers with ‘All’.

Arguments

allow/deny
Allow or deny access for the specified header name
header_name
Header name

Example(s)
header_access Proxy-Connection allow all