Skip to content

Commit 2aca9b4

Browse files
committed
Merge branch 'main' into staging
2 parents 0894e5b + 3ae8cca commit 2aca9b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/editor/src/config/security.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ export function validateHostDomain() {
2929
return hostname.match(/^typecell-[A-z0-9-]+-typecell.vercel.app$/) || hostname === "staging.typecell.org";
3030
}
3131
return (
32-
hostname === "notebooks.typecell.org" || hostname === "www.typecell.org"
32+
hostname === "notebooks.typecell.org" ||
33+
hostname === "www.typecell.org" ||
34+
hostname === "old.typecell.org"
3335
);
3436
}
3537

0 commit comments

Comments
 (0)