Skip to content

Commit 644706b

Browse files
committed
chore: update CORS origins for dev
1 parent 8b68162 commit 644706b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/infra/aws/lib/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export class Network extends Construct {
207207
"OPTIONS",
208208
],
209209
accessControlAllowOrigins: [
210-
`https://${props.dns.getPrimaryDomainName(props.env)}`,
210+
`*`, // Allow all origins for development
211211
],
212212
accessControlExposeHeaders: [
213213
// Allow browser to read trace headers from responses

0 commit comments

Comments
 (0)