]> git.mxchange.org Git - friendica.git/blobdiff - mod/xrd.php
statusnet improvements
[friendica.git] / mod / xrd.php
index 8ac6ff7cfca81d5b174f2d9f7ac309ab17dcbc26..de0c20ea5d39c5b7ef2b2f12a387429f1fe26d1b 100644 (file)
@@ -24,7 +24,7 @@ function xrd_content(&$a) {
 
        $salmon_key = salmon_key($r[0]['spubkey']);
 
-
+       header('Access-Control-Allow-Origin: *');
        header("Content-type: text/xml");
 
        $tpl = file_get_contents('view/xrd_person.tpl');