Skip to content

Commit 57c6e38

Browse files
committed
Add new domain to CORS configuration
It was already allowed locally for Ngrok access, but move it for consistency with the updated live config.
1 parent 57e4f2c commit 57c6e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-api-live.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</init-param>
1212
<init-param>
1313
<param-name>allowedOrigins</param-name>
14-
<param-value>https://*.(isaacphysics|adacomputerscience).org</param-value>
14+
<param-value>https://*.(isaacphysics|isaacscience|adacomputerscience).org</param-value>
1515
</init-param>
1616
<init-param>
1717
<param-name>exposedHeaders</param-name>

web-api-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</init-param>
1212
<init-param>
1313
<param-name>allowedOrigins</param-name>
14-
<param-value>(https://*.(isaacphysics|adacomputerscience|isaacscience).org|http://localhost:[0-9]+)</param-value>
14+
<param-value>(https://*.(isaacphysics|isaacscience|adacomputerscience).org|http://localhost:[0-9]+)</param-value>
1515
</init-param>
1616
<init-param>
1717
<param-name>exposedHeaders</param-name>

0 commit comments

Comments
 (0)