From 44725172fa2b4342dc5b56e502edbe51727c8493 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 27 Mar 2025 14:29:47 +0100 Subject: [PATCH] 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 -- 2.49.0