Skip to content

Commit

Permalink
add localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Jul 11, 2024
1 parent 13fad06 commit 4bf2504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/mastercomfig-cf-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ async function gatherResponse(response) {
const allowedOrigins = new Set([
"https://mastercomfig.com",
"https://comfig.app",
"http://localhost:4321",
"http://127.0.0.1:4321",
]);
const secureOrigin = new Set(["https://comfig.app"]);

Expand Down

0 comments on commit 4bf2504

Please sign in to comment.