Если нашел ответ:
Фильтры устанавливаются в .action
файлах. Чтобы отключить deanimate-gifs
фильтр, я искал его в match-all.action
и default.action
и закомментировал соответствующие строки.
Для получения дополнительной информации о файлах действий: http://www.privoxy.org/user-manual/actions-file.html
Пример для 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 \ # +deanimate-gifs \ +filter \ +filter \ +filter \ +filter \ +filter \ +filter \ +hide-from-header \ +hide-referrer \ +session-cookies-only \ +set-image-blocker \ } / # Match all URLs