From: Fabian Keil Date: Mon, 22 Jan 2007 16:06:28 +0000 (+0000) Subject: Disable prevent-compression for all default X-Git-Tag: v_3_0_7~377 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=4bce17214422953aa0d3c2ae03b8bd34d8faa479;hp=cc863cc1babbd736c55b2cc31f88f12fa5b74580 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". --- 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 \