From 4bce17214422953aa0d3c2ae03b8bd34d8faa479 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 22 Jan 2007 16:06:28 +0000 Subject: [PATCH] Disable prevent-compression for all default settings. It's no longer needed for filtering, now that Privoxy has zlib support. Change Medium's hide-referrer mode from "forge" to the superior "conditional-block". --- standard.action | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/standard.action b/standard.action index ac414a40..f40506e9 100644 --- a/standard.action +++ b/standard.action @@ -2,12 +2,12 @@ # # File : $Source: /cvsroot/ijbswa/current/standard.action,v $ # -# $Id: standard.action,v 1.16 2006/10/03 11:12:16 hal9 Exp $ +# $Id: standard.action,v 1.17 2006/10/24 10:53:55 hal9 Exp $ # # Purpose : Provide prefedined sets of actions, see # http://www.privoxy.org/user-manual/actions-file.html # -# Copyright : Written by and Copyright 2002-2006 +# Copyright : Written by and Copyright 2002-2007 # Privoxy team. http://www.privoxy.org/ # ###################################################################### @@ -149,12 +149,12 @@ standard.Cautious -hide-if-modified-since \ +hide-forwarded-for-headers \ +hide-from-header{block} \ -+hide-referrer{forge} \ ++hide-referrer{conditional-block} \ -hide-user-agent \ -inspect-jpegs \ -kill-popups \ -limit-connect \ -+prevent-compression \ +-prevent-compression \ -overwrite-last-modified \ -redirect \ -send-vanilla-wafer \ @@ -232,7 +232,7 @@ standard.Medium -inspect-jpegs \ -kill-popups \ +limit-connect{,} \ -+prevent-compression \ +-prevent-compression \ +overwrite-last-modified{randomize} \ -redirect \ -send-vanilla-wafer \ -- 2.39.2