Skip to content

Commit 2e5cbb4

Browse files
feat: add ens-app-v3.pages.dev to allowed CORS origins
Allow ENS App v3 preview sites to access the avatar worker in production. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ef21838 commit 2e5cbb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const PROD_ALLOWED_ORIGIN_SUFFIXES = [
88
"ens.domains",
99
"ens.dev",
1010
"ens-cf.workers.dev",
11+
"ens-app-v3.pages.dev"
1112
] as const;
1213

1314
const app = createApp();

0 commit comments

Comments
 (0)