Преглед изворни кода

Allow semicolon (';') in URI

Alois Mahdal пре 9 година
родитељ
комит
cd8ea5bcab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      ffoo/www.sh

+ 1
- 1
ffoo/www.sh Прегледај датотеку

@@ -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