mirror of https://gitlab.com/bashrc2/epicyon
Support payto links
parent
c2137eca5d
commit
67a6aaa834
2
utils.py
2
utils.py
|
@ -609,7 +609,7 @@ def getLinkPrefixes() -> []:
|
||||||
"""Returns a list of valid web link prefixes
|
"""Returns a list of valid web link prefixes
|
||||||
"""
|
"""
|
||||||
return ('https://', 'http://', 'ftp://',
|
return ('https://', 'http://', 'ftp://',
|
||||||
'dat://', 'i2p://', 'gnunet://',
|
'dat://', 'i2p://', 'gnunet://', 'payto://',
|
||||||
'hyper://', 'gemini://', 'gopher://', 'briar:')
|
'hyper://', 'gemini://', 'gopher://', 'briar:')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue