Making changes for cloudflare

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 12:50:44 +02:00
parent 4205c1261c
commit 38b9339688

View File

@@ -26,7 +26,7 @@ var server;
cors_proxy.createServer({
requireHeader: ['origin', 'x-requested-with'],
removeHeaders: ['cookie', 'cookie2'],
httpsOptions: credentials
//httpsOptions: credentials
}).listen(8080, function() {
console.log('Running CORS Anywhere on :' + 8080);
});