Skip to content

Commit

Permalink
fix: add sldev.cz domain into whitelist to allow for testing of on Su…
Browse files Browse the repository at this point in the history
…ite upgrade flow
  • Loading branch information
peter-sanderson committed Feb 10, 2025
1 parent 7b3e916 commit 763db76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/suite-desktop-core/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 763db76

Please sign in to comment.