Hey Ben,
There is another option which is to use an ICAP server to modify the headers
and strip the br part if exists.
It depends on the load on the server but you can edit only the headers and to
not use any preview which will remove some un-needed overhead.
Take a peek at the example:
https:/
On 12/03/24 04:00, Ben Goz wrote:
By the help of God.
Hi all,
I'm using squid with ssl-bump I want to remove br encoding for request
header Accept-Encoding
currently I'm doing it using the following configuration:
request_header_access Accept-Encoding deny all
request_header_add Accept-Encodin