snac2

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

commit 76f20bb79e622ca83cc2bce9ff1cf0c34c614385
parent 8fd070bb9a1a8e355f0899ef2f02c55ab90a09d8
Author: grunfink <grunfink@noreply.codeberg.org>
Date:   Wed, 22 May 2024 14:01:03 +0000

Merge pull request 'Change WebFinger content type to RFC-required type' (#167) from steve-bate/snac2:pr-webfinger-content-type into master

Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/167

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

diff --git a/webfinger.c b/webfinger.c @@ -215,7 +215,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;