Skip to content

Commit

Permalink
Add a specific chrome extension to cors (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
woocash2 authored Dec 16, 2024
1 parent 631330b commit 64633ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async function main(): Promise<void> {
/\.d15umvvtx19run\.amplifyapp\.com$/, // AWS amplify previews
/^http:\/\/localhost:[0-9]*$/, // local development
/^http:\/\/127\.0\.0\.1:[0-9]*$/, // local development
/^chrome-extension:\/\/gaaehfidjhhdadgepelamhnekfghhmml$/, // The wallet browser extension: https://github.com/Cardinal-Cryptography/common-wallet-extension
],
}),
);
Expand Down

0 comments on commit 64633ab

Please sign in to comment.