From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 26 May 2014 10:47:04 +0000 (+0000)
Subject: Disable HTML filters for responses tagged with text/javascript as well
X-Git-Tag: v_3_0_22~144
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/man-page/static/gitweb.js?a=commitdiff_plain;h=eec7bac95743d1a15ee2a4806f8489ad29a4f878;p=privoxy.git

Disable HTML filters for responses tagged with text/javascript as well
---

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