@@ -73,12 +73,10 @@ const environmentConfig: EnvironmentConfigType = {
7373 dev : {
7474 AzureRoleMapping : { AutonomousWriters : [ AppRoles . EVENTS_MANAGER ] } ,
7575 ValidCorsOrigins : [
76- "http://localhost:3000" ,
77- "http://localhost:5173" ,
78- "http://localhost:5174" ,
7976 "https://merch-pwa.pages.dev" ,
8077 "https://core.aws.qa.acmuiuc.org" ,
8178 / ^ h t t p s : \/ \/ (?: .* \. ) ? a c m u i u c \. p a g e s \. d e v $ / ,
79+ / h t t p : \/ \/ l o c a l h o s t : \d + $ / ,
8280 ] ,
8381 AadValidClientId : "39c28870-94e4-47ee-b4fb-affe0bf96c9f" ,
8482 PasskitIdentifier : "pass.org.acmuiuc.qa.membership" ,
@@ -93,10 +91,9 @@ const environmentConfig: EnvironmentConfigType = {
9391 prod : {
9492 AzureRoleMapping : { AutonomousWriters : [ AppRoles . EVENTS_MANAGER ] } ,
9593 ValidCorsOrigins : [
96- "https://acm.illinois.edu" ,
97- "https://www.acm.illinois.edu" ,
98- "https://manage.acm.illinois.edu" ,
9994 / ^ h t t p s : \/ \/ (?: .* \. ) ? a c m u i u c \. p a g e s \. d e v $ / ,
95+ / ^ h t t p s ? : \/ \/ ( [ a - z A - Z 0 - 9 - ] + \. ) * a c m \. i l l i n o i s \. e d u $ / ,
96+ / h t t p : \/ \/ l o c a l h o s t : \d + $ / ,
10097 ] ,
10198 AadValidClientId : "5e08cf0f-53bb-4e09-9df2-e9bdc3467296" ,
10299 PasskitIdentifier : "pass.edu.illinois.acm.membership" ,
0 commit comments