Skip to content

Commit ab94d63

Browse files
committed
allow prod access from the accom cloudflare env
1 parent 6624746 commit ab94d63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const environmentConfig: EnvironmentConfigType = {
9191
prod: {
9292
AzureRoleMapping: { AutonomousWriters: [AppRoles.EVENTS_MANAGER] },
9393
ValidCorsOrigins: [
94+
/^https:\/\/(?:.*\.)?acmuiuc-academic-web\.pages\.dev$/,
9495
/^https:\/\/(?:.*\.)?acmuiuc\.pages\.dev$/,
9596
/^https?:\/\/([a-zA-Z0-9-]+\.)*acm\.illinois\.edu$/,
9697
/http:\/\/localhost:\d+$/,

0 commit comments

Comments
 (0)