typo
This commit is contained in:
parent
75a2418fea
commit
8862daa3fc
|
@ -1067,7 +1067,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 = (r'http://', r'https://', r'news://', r'ftp://', r'ed2k://',
|
prefixes = (r'http://', r'https://', r'news://', r'ftp://', r'ed2k://',
|
||||||
r'magnet:', r', r'www\.', r'ftp\.')
|
r'magnet:', r'www\.', r'ftp\.')
|
||||||
# NOTE: it's ok to catch www.gr such stuff exist!
|
# NOTE: it's ok to catch www.gr such stuff exist!
|
||||||
|
|
||||||
#FIXME: recognize xmpp: and treat it specially
|
#FIXME: recognize xmpp: and treat it specially
|
||||||
|
|
Loading…
Reference in New Issue