X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=default.action.master;h=9188bbc8d8f5017f3f4cb3cca33e52ff3040467f;hb=5f744b17e7c0e0d7c0537a83c44ed849b2cde6a5;hp=3a961750b933349db3355eb363bf91082ba96d50;hpb=32ffc3b12582ab28c958dacea1131850972646ca;p=privoxy.git diff --git a/default.action.master b/default.action.master index 3a961750..9188bbc8 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.324 2015/12/27 16:40:54 fabiankeil Exp $ +# $Id: default.action.master,v 1.328 2016/03/27 16:54:16 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-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 \ @@ -1935,6 +1938,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/ ############################################################################# @@ -2291,6 +2297,8 @@ creativecommons.org/ kggp.de/ # URL = http://www.plasmaservice.de/interviews/interviews_kln/interview_koeln_christmann.htm .plasmaservice.de/ +# URL = http://www.black-mosquito.org/index.php/kein-mensch-ist-illegal-fight-racism-now-40-aufkleber.html +.black-mosquito.org/ {-filter{banners-by-link}} # Sticky Actions = -filter{banners-by-link} @@ -2582,4 +2590,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