fix(cors): add finance.worldmonitor.app to Railway proxy allowlist

Polymarket and other proxied requests from finance variant were blocked
by CORS because the Railway relay only allowed worldmonitor.app and
tech.worldmonitor.app origins.
This commit is contained in:
Elie Habib
2026-02-17 16:02:32 +04:00
parent c7a5e6be45
commit 7de8414c42
+1
View File
@@ -1003,6 +1003,7 @@ setInterval(() => {
const ALLOWED_ORIGINS = [
'https://worldmonitor.app',
'https://tech.worldmonitor.app',
'https://finance.worldmonitor.app',
'http://localhost:5173', // Vite dev
'http://localhost:5174', // Vite dev alt port
'http://localhost:4173', // Vite preview