projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b20e4d
)
tools/url-pattern-translator.pl: Skip CLIENT-TAG patterns
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 5 Aug 2020 10:34:13 +0000
(12:34 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Thu, 6 Aug 2020 08:28:55 +0000
(10:28 +0200)
Sponsored by: Robert Klemme
tools/url-pattern-translator.pl
patch
|
blob
|
history
diff --git
a/tools/url-pattern-translator.pl
b/tools/url-pattern-translator.pl
index
5bdcac1
..
b9e3766
100755
(executable)
--- a/
tools/url-pattern-translator.pl
+++ b/
tools/url-pattern-translator.pl
@@
-91,6
+91,10
@@
sub looks_interesting($) {
$type_to_skip = "whitespace";
+ } elsif (m@^\s*CLIENT-TAG:@) {
+
+ $type_to_skip = "client tag patttern";
+
} elsif (m@^\s*TAG:@) {
$type_to_skip = "tag patttern";