challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 2aa68d300255e551558c423841727ef88b9494f4
parent 69bc3f4aebdbcad57b98039ab32430daf8d026fa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Apr 2025 20:51:36 +0200

fix #9752

Diffstat:
Msrc/challenger/challenger-httpd_challenge.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/challenger/challenger-httpd_challenge.c b/src/challenger/challenger-httpd_challenge.c @@ -548,6 +548,9 @@ check_restrictions (const json_t *address) "regex")); regex_t re; + if (0 == strcasecmp (key, + "read_only")) + continue; if (NULL == str) return key; if (NULL == regex)