Don't even attempt to deliver to Public

2019-08-17
Marnanel Thurman 2019-08-01 16:10:57 +01:00
rodzic f08c547ebf
commit f62aba3c3d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -336,6 +336,10 @@ def deliver(
logger.debug('%s: %s: begin delivery',
activity, inbox)
if inbox in PUBLIC_ID_LIST:
logger.debug(" -- mustn't deliver to Public")
continue
parsed_target_url = urlparse(inbox,
allow_fragments = False,
)