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