Trying out some settings

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-14 00:45:00 +02:00
parent 24f0f586d3
commit 895b79e1b1

View File

@@ -16,7 +16,7 @@ try{
requireHeader: ['origin', 'x-requested-with'],
removeHeaders: ['cookie', 'cookie2'],
httpsOptions: credentials
}).listen(8080, function() {
}).listen(8080, host, function() {
console.log('Running CORS Anywhere on :' + 8080);
});
}