origin
This commit is contained in:
@@ -13,20 +13,7 @@ const videoFileMap={
|
||||
console.log("Finding File");
|
||||
|
||||
var corsOptions = {
|
||||
origin: ['http://localhost:3000',
|
||||
'http://localhost:3040',
|
||||
'http://10.0.0.248:3000',
|
||||
'https://10.0.0.248:3000',
|
||||
'http://localhost:9082/',
|
||||
'http://10.204.5.100:9082',
|
||||
'http://localhost:9083/',
|
||||
'https://dev-users.wrenchboard.com/',
|
||||
'https://dev-users.wrenchboard.com:3000/',
|
||||
'https://users.wrenchboard.com/',
|
||||
'https://www.wrenchboard.com/',
|
||||
'https://www.wrenchboard.ng/',
|
||||
'https://dev-www.wrenchboard.com/',
|
||||
'http://76.209.103.227:30040'],
|
||||
origin: '*:*',
|
||||
optionsSuccessStatus: 200 // some legacy browsers (IE11, various SmartTVs) choke on 204
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user