We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57695b8 commit 3ae8ccaCopy full SHA for 3ae8cca
packages/editor/src/config/security.ts
@@ -28,7 +28,9 @@ export function validateHostDomain() {
28
return hostname.match(/^typecell-next-[A-z0-9-]+-yousefed.vercel.app$/);
29
}
30
return (
31
- hostname === "notebooks.typecell.org" || hostname === "www.typecell.org"
+ hostname === "notebooks.typecell.org" ||
32
+ hostname === "www.typecell.org" ||
33
+ hostname === "old.typecell.org"
34
);
35
36
0 commit comments