Se encontrou a resposta:
Os filtros são definidos nos arquivos .action
. Para desativar o filtro deanimate-gifs
, procurei-o no match-all.action
e o default.action
e comentei as linhas referentes.
Para mais informações sobre os arquivos de ação: link
Exemplo para o match-all.action
:
#############################################################################
# Id: match-all.action,v
#
# This file contains the actions that are applied to all requests and
# may be overruled later on by other actions files. Less experienced
# users should only edit this file through the actions file editor.
#
#############################################################################
{ \
+change-x-forwarded-for{block} \
# +deanimate-gifs{last} \
+filter{refresh-tags} \
+filter{img-reorder} \
+filter{banners-by-size} \
+filter{webbugs} \
+filter{jumping-windows} \
+filter{ie-exploits} \
+hide-from-header{block} \
+hide-referrer{conditional-block} \
+session-cookies-only \
+set-image-blocker{pattern} \
}
/ # Match all URLs