Added prototype for remove_chunked_transfer_coding
[privoxy.git] / actionsfile
index cb99ab9..1b952ef 100755 (executable)
@@ -3,7 +3,7 @@
 #
 # For information, see http://ijbswa.sourceforge.net/
 #
-# $Id: actionsfile,v 1.2 2001/06/29 21:45:41 oes Exp $
+# $Id: actionsfile,v 1.5 2001/07/26 21:09:18 oes Exp $
 #
 #############################################################################
 # Syntax
 # +block
 #    Block this URL
 #
-# +deanimate-gifs
+# +deanimate-gifs{last}
+# +deanimate-gifs{first}
 #    Deanimate all animated GIF images, i.e. reduce them to their last
 #    frame. This will also shrink the images considerably. (In bytes,
-#    not pixels!)
+#    not pixels!) 
+#    If the option "first" is given, the first frame of the animation
+#    is used as the replacement. If "last" is given, the last frame of
+#    the animation is used instead, which propably makes more sense for
+#    most banner animations, but also has the risk of not showing the
+#    entire last frame (if it is only a delta to an earlier frame).
+#
+# +downgrade
+#    Downgrade HTTP/1.1 client requests to HTTP/1.0 and downgrade the
+#    responses as well. Use this action for servers that use HTTP/1.1
+#    protocol features that Junkbuster currently can't handle yet.
 #
 # +fast-redirects
 #    Many sites, like yahoo.com, don't just link to other sites.
 #    has the advantage of the icon being beeing cached by the browser,
 #    which will speed up the display.  
 #
+# +no-compression
+#    Prevent the website from compressing the data. Some websites do
+#    that, which is a problem for junkbuster, since +filter, +no-popup
+#    and +gif-deanimate will not work on compressed data. Will slow down
+#    connections to those websites, though.
+#
 # +no-cookies-read
 #    Prevent the website from reading cookies
 #
 fragile     = -block -no-cookies -filter -fast-redirects -hide-referer -no-popups
 shop        = -no-cookies -filter -fast-redirects
 +imageblock = +block +image
++filter-all = +filter +no-compression
 
 #For people who don't like to type too much:  ;-)
 c0 = +no-cookies
@@ -285,8 +303,10 @@ c3 = +no-cookies-set -no-cookies-read
 #############################################################################
 {\
 -block \
+-downgrade \
 +fast-redirects \
 +filter \
++no-compression \
 +hide-forwarded \
 +hide-from{block} \
 +hide-referer{forge} \
@@ -651,7 +671,7 @@ www.mtv3.fi/mainoskuvat
 # generic hosts (probably most effective)
 #
 ad*.
-#.*ads.
+.*ads.
 banner.
 
 .admaximize.com
@@ -1201,7 +1221,7 @@ members.tripod.com/adm/popup/
 .exitexchange.com
 
 #SourceForge ads.
-#sfads.osdn.com
+sfads.osdn.com
 
 #This site traps the browser
 .webhideout.com
@@ -1348,10 +1368,8 @@ www.iez-auktion.de
 
 
 # Jon's addition: MSDN
-
 .msdn.microsoft.com
 
-
 #js
 .adbusters.com
 .freemail*.web.de/online/ordner/anzeigen
@@ -1359,10 +1377,12 @@ foggy.sda.t-online.de
 .us.i1.yimg.com/us.yimg.com/i/pim/ad2.gif
 www.nexgo.de/.*/bg_banner.jpg
 
+prdownloads.sourceforge.net
+
 # New GIF deanimation feature. Just try http://www.oesterhelt.org/deanimate-demo
 # with and without it.
 #
-{+deanimate-gifs}
+{+deanimate-gifs{last}}
 www.oesterhelt.org/deanimate-demo
 
 # End of file