Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 95904ed

Browse files
authored
Merge pull request #6488 from blockchain/feat/update-exclusions-exchange2
feat/update-exclusions-exchange: added suspected exchange routes
2 parents c547ad7 + d802342 commit 95904ed

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

  • packages/blockchain-wallet-v4-frontend/src/scenes

packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,11 @@ const excludedProduction = [
132132
'/login?product=wallet&platform=ios',
133133
'/login?product=wallet&platform=android',
134134
'/signup/product=exchange&platform=ios',
135-
'/signup/product=exchange&platform=android'
135+
'/signup/product=exchange&platform=android',
136+
'/#/login?product=wallet&platform=ios',
137+
'/#/login?product=wallet&platform=android',
138+
'/#/signup/product=exchange&platform=ios',
139+
'/#/signup/product=exchange&platform=android'
136140
]
137141

138142
const excludedStaging = [
@@ -151,7 +155,11 @@ const excludedStaging = [
151155
'/login?product=wallet&platform=ios',
152156
'/login?product=wallet&platform=android',
153157
'/signup/product=exchange&platform=ios',
154-
'/signup/product=exchange&platform=android'
158+
'/signup/product=exchange&platform=android',
159+
'/#/login?product=wallet&platform=ios',
160+
'/#/login?product=wallet&platform=android',
161+
'/#/signup/product=exchange&platform=ios',
162+
'/#/signup/product=exchange&platform=android'
155163
]
156164

157165
const App = ({

0 commit comments

Comments
 (0)