Header changes

pull/2/head
Jim Heising 2014-08-27 08:40:44 -07:00
parent bcc2c8b373
commit 7ed85c3432
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ var throttle = require("tokenthrottle")({rate: config.max_requests_per_second});
function addCORSHeaders(res)
{
res.setHeader("Access-Control-Allow-Origin", "*");
res.setHeader("Access-Control-Allow-Credentials", "true");
}
function writeResponse(res, httpCode, body) {