From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 19 Jan 2021 19:29:34 +0000 (+0100)
Subject: js-annoyances filter: Remove a duplicate pcrs command
X-Git-Tag: v_3_0_30~65
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/quickstart.html?a=commitdiff_plain;h=1ecab942f046dd562507dc90802510d49bc28e45;p=privoxy.git

js-annoyances filter: Remove a duplicate pcrs command
---

diff --git a/default.filter b/default.filter
index 7f617859..fcfe19fe 100644
--- a/default.filter
+++ b/default.filter
@@ -116,7 +116,6 @@ s/(open\s*\([^\)]+always(?:raised|lowered)=)(["']?)(?:yes|1)\2/$1$2no$2/sigU
 s/(open\s*\([^\)]+z-?lock=)(["']?)(?:yes|1)\2/$1$2no$2/sigU
 s/(open\s*\([^\)]+hotkeys=)(["']?)(?:yes|1)\2/$1$2no$2/sigU
 s/(open\s*\([^\)]+titlebar=)(["']?)(?:no|0)\2/$1$2yes$2/sigU
-s/(open\s*\([^\)]+always(?:raised|lowered)=)(["']?)(?:yes|1)\2/$1$2no$2/sigU
 
 
 #################################################################################