[Privoxy-commits] [privoxy] 05/09: Add +server-header-tagger{content-type} to all standard settings

User Git git at git.privoxy.org
Wed Jun 18 05:47:02 CEST 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 44725172fa2b4342dc5b56e502edbe51727c8493
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Mar 27 14:29:47 2025 +0100

    Add +server-header-tagger{content-type} to all standard settings
---
 default.action.master | 3 +++
 match-all.action      | 1 +
 2 files changed, 4 insertions(+)

diff --git a/default.action.master b/default.action.master
index ebf953a0..f06391fa 100644
--- a/default.action.master
+++ b/default.action.master
@@ -546,6 +546,7 @@ allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
 +client-header-tagger{image-requests} \
 +client-header-tagger{range-requests} \
 +hide-from-header{block} \
++server-header-tagger{content-type} \
 +set-image-blocker{pattern} \
 }
 standard.Cautious
@@ -567,6 +568,7 @@ standard.Cautious
 +filter{jumping-windows} \
 +hide-from-header{block} \
 +hide-referrer{conditional-block} \
++server-header-tagger{content-type} \
 +session-cookies-only \
 +set-image-blocker{pattern} \
 }
@@ -608,6 +610,7 @@ standard.Medium
 +hide-referrer{conditional-block} \
 +limit-connect{,} \
 +overwrite-last-modified{randomize} \
++server-header-tagger{content-type} \
 +set-image-blocker{pattern} \
 }
 standard.Advanced
diff --git a/match-all.action b/match-all.action
index 37520d3e..f365e2f0 100644
--- a/match-all.action
+++ b/match-all.action
@@ -11,6 +11,7 @@
 +client-header-tagger{image-requests} \
 +client-header-tagger{range-requests} \
 +hide-from-header{block} \
++server-header-tagger{content-type} \
 +set-image-blocker{pattern} \
 }
 / # Match all URLs

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list