Skip to content

Commit cf986a6

Browse files
committed
Add digital signage to allowed cors origins
1 parent df2445d commit cf986a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const environmentConfig: EnvironmentConfigType = {
107107
"https://merch-pwa.pages.dev",
108108
"https://core.aws.qa.acmuiuc.org",
109109
/^https:\/\/(?:.*\.)?acmuiuc\.pages\.dev$/,
110+
/^https:\/\/(?:.*\.)?acmuiuc-digital-signage\.pages\.dev$/,
110111
/http:\/\/localhost:\d+$/,
111112
],
112113
ConfigurationSecretIds: [genericConfig.TestingCredentialsSecret, genericConfig.ConfigSecretName, genericConfig.UinHashingSecret],
@@ -130,6 +131,7 @@ const environmentConfig: EnvironmentConfigType = {
130131
ConfigurationSecretIds: [genericConfig.ConfigSecretName, genericConfig.UinHashingSecret],
131132
ValidCorsOrigins: [
132133
/^https:\/\/(?:.*\.)?acmuiuc-academic-web\.pages\.dev$/,
134+
/^https:\/\/(?:.*\.)?acmuiuc-digital-signage\.pages\.dev$/,
133135
/^https:\/\/(?:.*\.)?acmuiuc\.pages\.dev$/,
134136
/^https?:\/\/([a-zA-Z0-9-]+\.)*acm\.illinois\.edu$/,
135137
/http:\/\/localhost:\d+$/,

0 commit comments

Comments
 (0)