mirror of https://gitlab.com/bashrc2/epicyon
Quoted redirects
parent
4b7ce92ae7
commit
bdda8c9bf4
|
@ -713,7 +713,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def _quotedRedirect(redirect: str) -> str:
|
def _quotedRedirect(self, redirect: str) -> str:
|
||||||
"""URL encodes any non-ascii characters for url redirects
|
"""URL encodes any non-ascii characters for url redirects
|
||||||
"""
|
"""
|
||||||
if '/' not in redirect:
|
if '/' not in redirect:
|
||||||
|
|
Loading…
Reference in New Issue