snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 59bdaca3a87189bd6f634716e4d7ccf85081ff89
parent b95fbe4e438a2ab8a8625875e2eedac38dae572f
Author: Steve Bate <svc-github@stevebate.net>
Date:   Wed, 22 May 2024 09:43:36 +0200

Change WebFinger content type to RFC-required type

Diffstat:
Mwebfinger.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webfinger.c b/webfinger.c @@ -214,7 +214,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path, status = 200; *body = j; - *ctype = "application/json"; + *ctype = "application/jrd+json"; } else status = 404;