X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.action.master;h=7b33f95a5af50bafe083e3850f4fd27b7f086632;hp=219641ceb6089f6b09965828ef6909aeadcbaeae;hb=6c92f003d85e32dfcfed47d26263e9db40806d46;hpb=c3eca0beea485ff71af9136d777ac8d5c122c07c;ds=sidebyside diff --git a/default.action.master b/default.action.master index 219641ce..7b33f95a 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.333 2017/03/27 10:19:19 fabiankeil 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-2017 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,11 @@ 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/ +# URL = http://adventofcode.com/ +adventofcode.com/ ############################################################################# @@ -2552,7 +2562,28 @@ TAG:^IMAGE-REQUEST$ ############################################################################# # Depends on +client-header-tagger{css-requests} ############################################################################# -{+handle-as-empty-document \ +{-filter{html-annoyances} \ + -filter{content-cookies} \ + -filter{refresh-tags} \ + -filter{img-reorder} \ + -filter{banners-by-size} \ + -filter{banners-by-link} \ + -filter{webbugs} \ + -filter{tiny-textforms} \ + -filter{frameset-borders} \ + -filter{iframes} \ + -filter{demoronizer} \ + -filter{shockwave-flash} \ + -filter{quicktime-kioskmode} \ + -filter{fun} \ + -filter{crude-parental} \ + -filter{site-specifics} \ + -filter{no-ping} \ + -filter{google} \ + -filter{yahoo} \ + -filter{msn} \ + -filter{blogspot} \ + +handle-as-empty-document \ -handle-as-image \ } TAG:^CSS-REQUEST$ @@ -2584,4 +2615,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