From 6f11524c1cd9eb82bbbdaa06473030392a9a06fb Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 27 Apr 2026 18:28:05 +0200 Subject: More webfinger search tweaks. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index 3fd819f..3f57be6 100644 --- a/html.c +++ b/html.c @@ -4806,7 +4806,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, } if (q && *q) { - if (xs_regex_match(q, "^@?[a-zA-Z0-9._]+@[a-zA-Z0-9-]+\\.")) { + if (xs_regex_match(q, "^@?[^@]+@[a-zA-Z0-9-]+\\.")) { /** search account **/ xs *actor = NULL; xs *acct = NULL; -- cgit