Making changes for cloudflare

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 12:53:56 +02:00
parent 38b9339688
commit 9b2d646ff8
2 changed files with 2 additions and 3 deletions

View File

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