Skip to content

Commit

Permalink
Merge remote-tracking branch 'benma/adalite'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Oct 23, 2021
2 parents 17d7796 + 6879160 commit 472658b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.0

- Whitelist adalite.io

## 1.4.0

- Whitelist Chrome and Firefox extensions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bitbox-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitbox-bridge"
version = "1.4.0"
version = "1.5.0"
authors = ["Niklas Claesson <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bitbox-bridge/release/windows/wix/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

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

Expand Down
2 changes: 2 additions & 0 deletions bitbox-bridge/src/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ fn is_valid_origin(host: &str) -> bool {
|| host == "myetherwallet.com"
|| host.ends_with(".pocketbitcoin.com")
|| host == "pocketbitcoin.com"
|| host.ends_with(".adalite.io")
|| host == "adalite.io"
}

fn add_origin(
Expand Down

0 comments on commit 472658b

Please sign in to comment.