mirror of https://gitlab.com/bashrc2/epicyon
Unquote
parent
22aadaf754
commit
da3871681a
|
@ -260,6 +260,7 @@ def wellknown_protocol_handler(path: str, base_dir: str,
|
|||
return None
|
||||
|
||||
if 'target=' in path:
|
||||
path = urllib.parse.unquote(path)
|
||||
target = path.split('target=')[1]
|
||||
if ';' in target:
|
||||
target = target.split(';')[0]
|
||||
|
|
Loading…
Reference in New Issue