mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
d305b9d242
commit
cd68373609
|
@ -298,6 +298,7 @@ def webfinger_lookup(path: str, base_dir: str,
|
||||||
domain: str, onion_domain: str, i2p_domain: str,
|
domain: str, onion_domain: str, i2p_domain: str,
|
||||||
port: int, debug: bool) -> {}:
|
port: int, debug: bool) -> {}:
|
||||||
"""Lookup the webfinger endpoint for an account
|
"""Lookup the webfinger endpoint for an account
|
||||||
|
GET /.well-known/webfinger?resource=acct:user@domain
|
||||||
"""
|
"""
|
||||||
if not path.startswith('/.well-known/webfinger?'):
|
if not path.startswith('/.well-known/webfinger?'):
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in New Issue