From eec7bac95743d1a15ee2a4806f8489ad29a4f878 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 26 May 2014 10:47:04 +0000 Subject: [PATCH] Disable HTML filters for responses tagged with text/javascript as well --- default.action.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.action.master b/default.action.master index 58a847e4..5602c68d 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.302 2014/05/05 09:48:15 fabiankeil Exp $ +# $Id: default.action.master,v 1.303 2014/05/05 09:55:25 fabiankeil Exp $ # # Requires : This version requires Privoxy v3.0.11 or later due to # syntax changes. @@ -2524,6 +2524,6 @@ TAG:^CSS-REQUEST$ -filter{msn} \ -filter{blogspot} \ } -TAG:^application/javascript$ +TAG:^(application|text)/javascript$ #MASTER# set vi:nowrap -- 2.39.2