Skip to content

Commit

Permalink
CORS allow cloudflare pages preview deployments (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Sep 23, 2024
1 parent 1bc9f89 commit d3ad91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"name": "CORS_ALLOWED_ORIGIN_REGEXES",
"value": "[\"^https://[a-zA-Z0-9-]+--care-ohc\\\\.netlify\\\\.app$\"]"
"value": "[\"^https://[a-zA-Z0-9-]+--care-ohc\\\\.netlify\\\\.app$\", \"^https://[a-zA-Z0-9-]+\\\\.care-fe\\\\.pages\\\\.dev$\"]"
},
{
"name": "CURRENT_DOMAIN",
Expand Down

0 comments on commit d3ad91d

Please sign in to comment.