Skip to content

Commit

Permalink
Add global CORS conf to encore.app
Browse files Browse the repository at this point in the history
  • Loading branch information
anfragment committed May 6, 2024
1 parent 72e7281 commit 5d4af89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/encore.app
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"id": "encursors-ypdi"
"id": "encursors-ypdi",
"global_cors": {
"allow_origins_without_credentials": ["*"]
}
}

0 comments on commit 5d4af89

Please sign in to comment.