main
Bob Mottram 2023-01-09 22:25:32 +00:00
parent 22aadaf754
commit da3871681a
1 changed files with 1 additions and 0 deletions

View File

@ -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]