Skip to content

Commit e37a335

Browse files
fix: update trezor popup url in manifest (#1422)
1 parent b928e61 commit e37a335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/browser-extension-wallet/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"all_frames": true
3030
},
3131
{
32-
"matches": ["*://connect.trezor.io/*/popup.html"],
32+
"matches": ["*://connect.trezor.io/*/popup.html*"],
3333
"js": ["js/trezor-content-script.js"],
3434
"all_frames": true
3535
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export enum AllowedOrigins {
22
TREZOR_CONNECT = 'https://connect.trezor.io',
3-
TREZOR_CONNECT_POPUP_BASE_URL = 'https://connect.trezor.io/8'
3+
TREZOR_CONNECT_POPUP_BASE_URL = 'https://connect.trezor.io/9'
44
}

0 commit comments

Comments
 (0)