From 7f37e479348008e674d52e96b5098872286205e4 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 14 Feb 2026 21:21:13 -0700 Subject: [PATCH] Add rcart.online to EncryptID CORS allowed origins Co-Authored-By: Claude Opus 4.6 --- src/encryptid/server.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/encryptid/server.ts b/src/encryptid/server.ts index 4c83986..56f1970 100644 --- a/src/encryptid/server.ts +++ b/src/encryptid/server.ts @@ -51,6 +51,7 @@ const CONFIG = { 'https://rfunds.online', 'https://rtrips.online', 'https://rnetwork.online', + 'https://rcart.online', 'http://localhost:3000', 'http://localhost:5173', ],