X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.action.master;h=d4f636a6b1d4e9226715df32fa4819bfe9c666a5;hp=219641ceb6089f6b09965828ef6909aeadcbaeae;hb=90c7bba54270b2a6c1b7c92cb8100c402e32743c;hpb=c3eca0beea485ff71af9136d777ac8d5c122c07c diff --git a/default.action.master b/default.action.master index 219641ce..d4f636a6 100644 --- a/default.action.master +++ b/default.action.master @@ -11,7 +11,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.action.master,v $ # -# $Id: default.action.master,v 1.325 2016/01/16 12:28:09 fabiankeil Exp $ +# $Id: default.action.master,v 1.330 2016/11/27 18:16:41 ler762 Exp $ # # Requires : This version requires Privoxy v3.0.11 or later due to # syntax changes. @@ -23,7 +23,7 @@ # 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-2013 the +# Copyright : Written by and Copyright (C) 2001-2016 the # Privoxy team. http://www.privoxy.org/ # # Feedback welcome, for details please have a look at: @@ -550,6 +550,7 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} +change-x-forwarded-for{block} \ +client-header-tagger{css-requests} \ +client-header-tagger{image-requests} \ ++client-header-tagger{range-requests} \ +hide-from-header{block} \ +set-image-blocker{pattern} \ } @@ -563,6 +564,7 @@ standard.Cautious +change-x-forwarded-for{block} \ +client-header-tagger{css-requests} \ +client-header-tagger{image-requests} \ ++client-header-tagger{range-requests} \ +deanimate-gifs{last} \ +filter{refresh-tags} \ +filter{img-reorder} \ @@ -592,6 +594,7 @@ standard.Medium +change-x-forwarded-for{block} \ +client-header-tagger{css-requests} \ +client-header-tagger{image-requests} \ ++client-header-tagger{range-requests} \ +crunch-if-none-match \ +crunch-outgoing-cookies \ +crunch-incoming-cookies \ @@ -690,6 +693,8 @@ linuxcounter.net/ adina*. # URL = http://adelelimedesign.deviantart.com/ adele*. +# URL = http://adlibris.com/ +adlibris. ############################################################################# # Generic block patterns by path: @@ -1492,7 +1497,7 @@ b.collective-media.net/ # Blocked URL = http://spiegel.ivwbox.de/cgi-bin/ivw/CP/1001;/home/c-18/be-PB64-aG9tZXBhZ2UvY2VudGVy/szwprofil-1001 #MASTER# BLOCK-REFERRER: http://www.heise.de/ # Blocked URL = http://heise.ivwbox.de/2004/01/survey.js - .ivwbox.de/ +.ivwbox.de/ #---------------------------------------------------------------------------- # Specific counters (see above for generic patterns) @@ -1935,6 +1940,9 @@ adn.speedtest.net .deutschlandradiokultur.de/ # URL = http://klikki.fi/adv/wordpress2.html klikki.fi/adv/ +#MASTER# UNBLOCK-REFERRER: http://www.ardmediathek.de/tv +# URL = http://www.ardmediathek.de/ard/static/img/ardmt/banner/ard-mediathek.svg +.ardmediathek.de/ ############################################################################# @@ -2584,4 +2592,13 @@ TAG:^CSS-REQUEST$ } TAG:^(application|text)/(x-)?javascript$ +# Disable filtering for Range requests. +# +# With filtering enabled Privoxy would remove the Range headers +# to be able to filter the whole response. The downside is that +# it prevents clients from resuming downloads or skipping over +# parts of multimedia files. +{-filter -deanimate-gifs} +TAG:^RANGE-REQUEST$ + #MASTER# set vi:nowrap