Ver Fonte

Change WebFinger content type to RFC-required type

Steve Bate há 10 meses atrás
pai
commit
59bdaca3a8
1 ficheiros alterados com 1 adições e 1 exclusões
  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;