X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=default.action.master;h=4bdee484ea442817cbad43d9d9defca27dcf7358;hb=32fe20c9d32d0535fd2346acaa3ac092571abd6a;hp=24d62e7adb5503a04091bf650881aeb68674cc3e;hpb=4aaa5ddd0c9e4d515b863b3746388590b452c67b;p=privoxy.git diff --git a/default.action.master b/default.action.master index 24d62e7a..4bdee484 100644 --- a/default.action.master +++ b/default.action.master @@ -21,14 +21,14 @@ # and enhancements are better placed in user.action, # the match-all section has been moved to match-all.action. # -# Copyright : Written by and Copyright (C) 2001-2019 the +# Copyright : Written by and Copyright (C) 2001-2020 the # Privoxy team. https://www.privoxy.org/ # # Feedback welcome, for details please have a look at: # https://www.privoxy.org/user-manual/contact.html # -# The current development version of this file is located: -# http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/default.action.master +# The current development version of this file is located at: +# https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob_plain;f=default.action.master;hb=HEAD # ############################################################################# # Syntax @@ -187,6 +187,7 @@ # Client-header filters predefined in the supplied default.filter include: # # hide-tor-exit-notation: Removes the Tor exit node notation in Host and Referer headers. +# no-brotli-accepted: Strips "br" from the Accept-Encoding header # privoxy-control: Removes X-Privoxy-Control headers. # # +client-header-tagger{string} @@ -546,6 +547,7 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} # { \ +change-x-forwarded-for{block} \ ++client-header-filter{no-brotli-accepted} \ +client-header-tagger{css-requests} \ +client-header-tagger{image-requests} \ +client-header-tagger{range-requests} \ @@ -560,6 +562,7 @@ standard.Cautious # { \ +change-x-forwarded-for{block} \ ++client-header-filter{no-brotli-accepted} \ +client-header-tagger{css-requests} \ +client-header-tagger{image-requests} \ +client-header-tagger{range-requests} \ @@ -590,6 +593,7 @@ standard.Medium # { \ +change-x-forwarded-for{block} \ ++client-header-filter{no-brotli-accepted} \ +client-header-tagger{css-requests} \ +client-header-tagger{image-requests} \ +client-header-tagger{range-requests} \