From 7003d10612c2d83f652113e395769daee4a08262 Mon Sep 17 00:00:00 2001 From: slush0 Date: Fri, 25 Jul 2014 18:55:56 +0200 Subject: [PATCH] Allow various ports on localhost --- signer/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/signer/config.json b/signer/config.json index f97be329d..8c3850be6 100644 --- a/signer/config.json +++ b/signer/config.json @@ -1,7 +1,7 @@ { "whitelist_urls": [ - "https?://localhost\\/.*", - "https://.*\\.mytrezor\\.com\\/.*", + "https?://localhost:?.*\\/.*", + "https://.*\\.mytrezor\\.com\\/.*", "https://mytrezor\\.com\\/.*", "https://.*\\.greenaddress\\.it\\/.*", "https://greenaddress\\.it\\/.*"