mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
Allow cross site export
This commit is contained in:
parent
db3ee19ced
commit
10c2497fcc
@ -204,6 +204,7 @@ async.waterfall([
|
||||
return;
|
||||
}
|
||||
|
||||
res.header("Access-Control-Allow-Origin", "*");
|
||||
res.header("Server", serverName);
|
||||
exportHandler.doExport(req, res, req.params.pad, req.params.type);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user