mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
f69b5adc91
commit
796a71e74d
|
@ -259,11 +259,8 @@ def wellknown_protocol_handler(path: str, base_dir: str,
|
||||||
if not path.startswith('/.well-known/protocol-handler?'):
|
if not path.startswith('/.well-known/protocol-handler?'):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
print('Test1: ' + path)
|
|
||||||
|
|
||||||
if 'target=' in path:
|
if 'target=' in path:
|
||||||
path = urllib.parse.unquote(path)
|
path = urllib.parse.unquote(path)
|
||||||
print('Test1: ' + path)
|
|
||||||
target = path.split('target=')[1]
|
target = path.split('target=')[1]
|
||||||
if ';' in target:
|
if ';' in target:
|
||||||
target = target.split(';')[0]
|
target = target.split(';')[0]
|
||||||
|
|
Loading…
Reference in New Issue