X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.filter;h=6288488b36266b652a41f1324379f9837e6f4774;hp=548befe67d21eca793ee8e20a8cce080079c7844;hb=6774c229e7ebe2a80f1648a94f6666b60c92b859;hpb=8875cc0bd68dd60dfc150adf6d147eec216789ec;ds=sidebyside diff --git a/default.filter b/default.filter index 548befe6..6288488b 100644 --- a/default.filter +++ b/default.filter @@ -743,6 +743,16 @@ CLIENT-HEADER-FILTER: hide-tor-exit-notation Removes the Tor exit node notation s@^((?:Referer|Host):\s*(?:https?://)?[^/]*)\.[^\./]*?\.exit@$1@i +################################################################################# +# +# no-brotli-accepted: Strips "br" from the Accept-Encoding header as Privoxy +# currently doesn't support Brotli. +# +################################################################################# +CLIENT-HEADER-FILTER: no-brotli-accepted Strip "br" from Accept-Encoding header + +s@(^Accept-Encoding:.*?)(?:br, |, br|br)@$1@i + ################################################################################# # # less-download-windows: Prevents annoying download windows for content types