We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6624746 commit ab94d63Copy full SHA for ab94d63
src/common/config.ts
@@ -91,6 +91,7 @@ const environmentConfig: EnvironmentConfigType = {
91
prod: {
92
AzureRoleMapping: { AutonomousWriters: [AppRoles.EVENTS_MANAGER] },
93
ValidCorsOrigins: [
94
+ /^https:\/\/(?:.*\.)?acmuiuc-academic-web\.pages\.dev$/,
95
/^https:\/\/(?:.*\.)?acmuiuc\.pages\.dev$/,
96
/^https?:\/\/([a-zA-Z0-9-]+\.)*acm\.illinois\.edu$/,
97
/http:\/\/localhost:\d+$/,
0 commit comments