Harden local/prod cookie policy and Mongo connection settings
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
var corsOptions = {
|
||||
origin: [
|
||||
'http://localhost:8080',
|
||||
'http://localhost:8081',
|
||||
'http://127.0.0.1:3000',
|
||||
'http://127.0.0.1:8080',
|
||||
'http://127.0.0.1:8081',
|
||||
'http://localhost:3000',
|
||||
"https://social.emmint.com",
|
||||
"https://fellowship.emmint.com",
|
||||
@@ -9,4 +13,4 @@ var corsOptions = {
|
||||
credentials: true
|
||||
};
|
||||
|
||||
module.exports = { corsOptions };
|
||||
module.exports = { corsOptions };
|
||||
|
||||
Reference in New Issue
Block a user