소스 검색

Allow semicolon (';') in URI

Alois Mahdal 10 년 전
부모
커밋
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