update references .me -> .org

This commit is contained in:
Will Freeman
2026-02-02 12:50:56 -07:00
parent db49ac2a98
commit 72b0305b9b
11 changed files with 31 additions and 128 deletions

View File

@@ -39,10 +39,8 @@ const start = async () => {
origin: (origin, cb) => {
const allowedOrigins = [
'http://localhost:5173', // vite dev server
'https://deflock.me',
'https://www.deflock.me',
'https://deflock.org', // will migrate
'https://www.deflock.org', // will migrate
'https://deflock.org',
'https://www.deflock.org'
];
if (!origin || allowedOrigins.includes(origin) || /^https:\/\/.*\.deflock\.pages\.dev$/.test(origin)) {