From 763db76aa5bfc2f7372f152cf67c5194edbf44ba Mon Sep 17 00:00:00 2001 From: Peter Sanderson Date: Sat, 8 Feb 2025 12:11:39 +0100 Subject: [PATCH] fix: add sldev.cz domain into whitelist to allow for testing of on Suite upgrade flow --- packages/suite-desktop-core/src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/suite-desktop-core/src/config.ts b/packages/suite-desktop-core/src/config.ts index 3974f466f28..c6aa60ddeaf 100644 --- a/packages/suite-desktop-core/src/config.ts +++ b/packages/suite-desktop-core/src/config.ts @@ -13,6 +13,7 @@ export const allowedDomains = [ 'localhost', '127.0.0.1', 'trezor.io', + 'sldev.cz', // Test environment, available only with VPN 'invity.io', 'api.github.com', 'api.dropboxapi.com',