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 <noreply@anthropic.com>
This commit is contained in:
parent
dd6c65a693
commit
426e05d631
|
|
@ -47,6 +47,10 @@ const CONFIG = {
|
||||||
'https://rvote.online',
|
'https://rvote.online',
|
||||||
'https://rmaps.online',
|
'https://rmaps.online',
|
||||||
'https://rfiles.online',
|
'https://rfiles.online',
|
||||||
|
'https://rnotes.online',
|
||||||
|
'https://rfunds.online',
|
||||||
|
'https://rtrips.online',
|
||||||
|
'https://rnetwork.online',
|
||||||
'http://localhost:3000',
|
'http://localhost:3000',
|
||||||
'http://localhost:5173',
|
'http://localhost:5173',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue