Skip to content

Commit

Permalink
Update CORS Allow list for production (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatoPlus authored Aug 26, 2022
1 parent a47cc6a commit c18633c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const CORS_ALLOW_LIST = [
"http://localhost:3000",
"https://sistering-dev.firebaseapp.com",
"https://sistering-dev.web.app",
"https://volunteer.sistering.org",
"https://sistering-prod.web.app",
"https://sistering-prod.firebaseapp.com",
/^https:\/\/sistering-dev--pr.*\.web\.app$/,
];

Expand Down

0 comments on commit c18633c

Please sign in to comment.