Disable gif deanimation for requests tagged with CSS-REQUEST
authorFabian Keil <fk@fabiankeil.de>
Sun, 9 Apr 2017 09:11:46 +0000 (09:11 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 9 Apr 2017 09:11:46 +0000 (09:11 +0000)
The action will ignore content that isn't considered text
anyway and explicitly disabling it makes this more obvious
if "action" debugging (debug 65536) is enabled while
"gif deanimation" debugging (debug 256) isn't.

As noted by Lee this could have been done in r1.333 already.

default.action.master

index ec3ab0a..6760f24 100644 (file)
@@ -11,7 +11,7 @@
 #
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 #
-#  $Id: default.action.master,v 1.334 2017/03/27 10:19:31 fabiankeil Exp $
+#  $Id: default.action.master,v 1.335 2017/03/27 10:19:42 fabiankeil Exp $
 #
 #  Requires    :  This version requires Privoxy v3.0.11 or later due to
 #                 syntax changes.
@@ -2562,7 +2562,8 @@ TAG:^IMAGE-REQUEST$
 #############################################################################
 # Depends on +client-header-tagger{css-requests}
 #############################################################################
-{-filter{html-annoyances} \
+{-deanimate-gifs \
+ -filter{html-annoyances} \
  -filter{content-cookies} \
  -filter{refresh-tags} \
  -filter{img-reorder} \