From 426e05d6319cb678767909d65b2f4ae7170ef7ae Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 13 Feb 2026 13:30:33 -0700 Subject: [PATCH] feat: add missing r* tool origins to EncryptID CORS Add rnotes.online, rfunds.online, rtrips.online, rnetwork.online to allowedOrigins for cross-r* authentication support. Co-Authored-By: Claude Opus 4.6 --- src/encryptid/server.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/encryptid/server.ts b/src/encryptid/server.ts index 107735e..6e36fe8 100644 --- a/src/encryptid/server.ts +++ b/src/encryptid/server.ts @@ -47,6 +47,10 @@ const CONFIG = { 'https://rvote.online', 'https://rmaps.online', 'https://rfiles.online', + 'https://rnotes.online', + 'https://rfunds.online', + 'https://rtrips.online', + 'https://rnetwork.online', 'http://localhost:3000', 'http://localhost:5173', ],