remove fixme
This commit is contained in:
parent
422ae02f57
commit
6812e423d7
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ class Interface:
|
||||||
# so http://be) will match http://be and http://be)be) will match http://be)be
|
# so http://be) will match http://be and http://be)be) will match http://be)be
|
||||||
|
|
||||||
prefixes = ('http://', 'https://', 'news://', 'ftp://', 'ed2k://', 'www\.', 'ftp\.')
|
prefixes = ('http://', 'https://', 'news://', 'ftp://', 'ed2k://', 'www\.', 'ftp\.')
|
||||||
#FIXME: ftp and www to have check if ftp.fooDOTHERE (see mail pattern)
|
# NOTE: it's ok to catch www.gr such stuff exist!
|
||||||
|
|
||||||
prefix_pattern = ''
|
prefix_pattern = ''
|
||||||
for prefix in prefixes:
|
for prefix in prefixes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue