]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Xrd.php
Merge pull request #11402 from annando/featured-endpoint
[friendica.git] / src / Module / Xrd.php
index 6043ae4ddcaab42f504829b66f6a10d62185d346..3d8f50fc21d00285715c62e04a7983b57e56b5d2 100644 (file)
@@ -262,6 +262,6 @@ class Xrd extends BaseModule
 
                header('Access-Control-Allow-Origin: *');
 
-               System::httpExit($arr['xml'], Response::TYPE_XML);
+               System::httpExit($arr['xml'], Response::TYPE_XML, 'application/xrd+xml');
        }
 }