We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21b882 commit 3d1bf1bCopy full SHA for 3d1bf1b
includes/rest/class-webfinger.php
@@ -60,6 +60,7 @@ public static function webfinger( $request ) {
60
61
$response = new WP_REST_Response( $response, 200 );
62
$response->header( 'Access-Control-Allow-Origin', '*' );
63
+ $response->header( 'Content-Type', 'application/jrd+json; charset=' . get_option( 'blog_charset' ) );
64
65
return $response;
66
}
0 commit comments