tools/url-pattern-translator.pl: Skip CLIENT-TAG patterns
[privoxy.git] / tools / url-pattern-translator.pl
index 5bdcac1..b9e3766 100755 (executable)
@@ -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";