From 5f40231e047c1982c57be1a340abeef5f4e32d2a Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 9 Apr 2017 09:11:46 +0000
Subject: [PATCH] Disable gif deanimation for requests tagged with CSS-REQUEST

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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/default.action.master b/default.action.master
index ec3ab0ad..6760f245 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.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} \
-- 
2.49.0