Kaynağa Gözat

Allow semicolon (';') in URI

Alois Mahdal 9 yıl önce
ebeveyn
işleme
cd8ea5bcab
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      ffoo/www.sh

+ 1
- 1
ffoo/www.sh Dosyayı Görüntüle

@@ -46,7 +46,7 @@ filter_uris() {
46 46
     #
47 47
     tr ' ' '\n' \
48 48
       | perl -ne '
49
-            next unless m|(\bhttps?://[[:alnum:]_:/.?&+%@=-]+)\b|;
49
+            next unless m|(\bhttps?://[[:alnum:]_:/.?&+%@=;-]+)\b|;
50 50
             print "$1\n";
51 51
         ' \
52 52
       | debug_pipe uri_lookalikes