Skip to content

Commit 1eb0478

Browse files
Merge pull request #31 from ensdomains/feature/fet-2776-fix-avatar-worker-to-include-preview-sites
feat: add ens-app-v3.pages.dev to allowed CORS origins
2 parents ef21838 + 2e5cbb4 commit 1eb0478

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)