main
Bob Mottram 2023-02-17 14:22:08 +00:00
parent d305b9d242
commit cd68373609
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ def webfinger_lookup(path: str, base_dir: str,
domain: str, onion_domain: str, i2p_domain: str,
port: int, debug: bool) -> {}:
"""Lookup the webfinger endpoint for an account
GET /.well-known/webfinger?resource=acct:user@domain
"""
if not path.startswith('/.well-known/webfinger?'):
return None