Use the correct content type
This commit is contained in:
@@ -54,6 +54,6 @@ class HostMeta extends BaseModule
|
||||
'$bigkey' => Salmon::salmonKey($config->get('system', 'site_pubkey'))
|
||||
]);
|
||||
|
||||
System::httpExit($content, Response::TYPE_XML);
|
||||
System::httpExit($content, Response::TYPE_XML, 'application/xrd+xml');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user