Skip to content

Commit 472658b

Browse files
committed
Merge remote-tracking branch 'benma/adalite'
2 parents 17d7796 + 6879160 commit 472658b

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.5.0
4+
5+
- Whitelist adalite.io
6+
37
## 1.4.0
48

59
- Whitelist Chrome and Firefox extensions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bitbox-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitbox-bridge"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
authors = ["Niklas Claesson <nicke.claesson@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

bitbox-bridge/release/windows/wix/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33

44
<!-- ProductCode should change with every release -->
5-
<?define ProductCode = "{ddf4b648-48b7-4855-9945-6e9e81c4951b}"?>
5+
<?define ProductCode = "{6a589df4-d463-443d-96ee-e0846f547bc9}"?>
66
<!-- UpgradeCode should stay the same foverever (this is the real ID of the app)-->
77
<?define UpgradeCode = "{dfe7eecb-5dc0-4c30-ba78-a9eff36efa31}"?>
88

bitbox-bridge/src/web.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ fn is_valid_origin(host: &str) -> bool {
5959
|| host == "myetherwallet.com"
6060
|| host.ends_with(".pocketbitcoin.com")
6161
|| host == "pocketbitcoin.com"
62+
|| host.ends_with(".adalite.io")
63+
|| host == "adalite.io"
6264
}
6365

6466
fn add_origin(

0 commit comments

Comments
 (0)