diff options
author | Friendika <info@friendika.com> | 2011-06-25 19:40:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-25 19:40:37 -0700 |
commit | c9604ef57839e16839e69aa23a21ed8921409343 (patch) | |
tree | 217ff3e63fd71cc375e5c86ddd5abad066d79d4f /mod/xrd.php | |
parent | 59d9070d13949d596d24524acaef9d35e8feba8c (diff) | |
download | volse-hubzilla-c9604ef57839e16839e69aa23a21ed8921409343.tar.gz volse-hubzilla-c9604ef57839e16839e69aa23a21ed8921409343.tar.bz2 volse-hubzilla-c9604ef57839e16839e69aa23a21ed8921409343.zip |
allow cross-site xrd/lrdd/webfinger
Diffstat (limited to 'mod/xrd.php')
-rw-r--r-- | mod/xrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/xrd.php b/mod/xrd.php index 8ac6ff7cf..de0c20ea5 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -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'); |