]> source.dussan.org Git - nextcloud-server.git/commitdiff
correct host-meta mime type
authorMichiel de Jong <michiel@unhosted.org>
Fri, 11 May 2012 13:27:11 +0000 (15:27 +0200)
committerMichiel de Jong <michiel@unhosted.org>
Fri, 11 May 2012 13:27:11 +0000 (15:27 +0200)
apps/user_webfinger/host-meta.php

index 7a60a81a4aeb12b3edbef6d65ee2f1cb1bae24fa..8e9985a2e104a73faac46997c04102b98638e833 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 $hostMetaHeader = array(
        'Access-Control-Allow-Origin' => '*',
-       'Content-Type' => 'application/json+jrd'
+       'Content-Type' => 'application/xrd+json'
 );
 $ownCloudDir = dirname($appsDir);
 $docRoot = $_SERVER['DOCUMENT_ROOT'];