File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const environmentConfig: EnvironmentConfigType = {
35
35
"0" : [ AppRoles . MANAGER ] , // Dummy Group for development only
36
36
} ,
37
37
AzureRoleMapping : { AutonomousWriters : [ AppRoles . MANAGER ] } ,
38
- ValidCorsOrigins : [ "http://localhost:3000" , / \. a c m u i u c \. \. p a g e s \. d e v $ / ] ,
38
+ ValidCorsOrigins : [ "http://localhost:3000" , / ^ (?: . * \. ) ? a c m u i u c \. p a g e s \. d e v $ / ] ,
39
39
AadValidClientId : "39c28870-94e4-47ee-b4fb-affe0bf96c9f" ,
40
40
} ,
41
41
prod : {
@@ -48,7 +48,7 @@ const environmentConfig: EnvironmentConfigType = {
48
48
ValidCorsOrigins : [
49
49
"https:///acm.illinois.edu" ,
50
50
"https:///www.acm.illinois.edu" ,
51
- / \. a c m u i u c \. \. p a g e s \. d e v $ / ,
51
+ / ^ (?: . * \. ) ? a c m u i u c \. p a g e s \. d e v $ / ,
52
52
] ,
53
53
AadValidClientId : "5e08cf0f-53bb-4e09-9df2-e9bdc3467296" ,
54
54
} ,
You can’t perform that action at this time.
0 commit comments