Allow cross site export

pull/85/merge
John McLear 2011-08-14 14:47:41 +01:00
parent db3ee19ced
commit 10c2497fcc
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ async.waterfall([
return; return;
} }
res.header("Access-Control-Allow-Origin", "*");
res.header("Server", serverName); res.header("Server", serverName);
exportHandler.doExport(req, res, req.params.pad, req.params.type); exportHandler.doExport(req, res, req.params.pad, req.params.type);
}); });