mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Reverting last commit
This commit is contained in:
@@ -16,7 +16,7 @@ try{
|
|||||||
requireHeader: ['origin', 'x-requested-with'],
|
requireHeader: ['origin', 'x-requested-with'],
|
||||||
removeHeaders: ['cookie', 'cookie2'],
|
removeHeaders: ['cookie', 'cookie2'],
|
||||||
httpsOptions: credentials
|
httpsOptions: credentials
|
||||||
}).listen(8080, host, function() {
|
}).listen(8080, function() {
|
||||||
console.log('Running CORS Anywhere on :' + 8080);
|
console.log('Running CORS Anywhere on :' + 8080);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user