Browse Source

Change WebFinger content type to RFC-required type

Steve Bate 10 months ago
parent
commit
59bdaca3a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webfinger.c

+ 1 - 1
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;