[Privoxy-commits] [privoxy] 04/09: js-annoyances filter: Remove a duplicate pcrs command
User Git
git at git.privoxy.org
Wed Jan 20 15:24:30 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 1ecab942f046dd562507dc90802510d49bc28e45
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 19 20:29:34 2021 +0100
js-annoyances filter: Remove a duplicate pcrs command
---
default.filter | 1 -
1 file changed, 1 deletion(-)
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
#################################################################################
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list