[bisq-network/bisq] Use https:// for XMR explorer API endpoints, except if localhost or Tor (#4492)

James Cox notifications at github.com
Mon Sep 7 15:14:04 UTC 2020


@jmacxx requested changes on this pull request.



>              httpClient.setIgnoreSocks5Proxy(true);
+        // any non-onion FQDN starts with https://, use Tor
+        } if (model.getServiceAddress().regionMatches(0, "https:", 0, 6)) {

should be `else if`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4492#pullrequestreview-483624200
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200907/8251be9b/attachment.html>


More information about the bisq-github mailing list