From 26b5f5ed413961c0efe8afcb0e78cc2dc5e43d64 Mon Sep 17 00:00:00 2001 From: slush0 Date: Fri, 12 Dec 2014 17:17:55 +0100 Subject: [PATCH] Fixed \\ in whitelist urls --- signer/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/config.json b/signer/config.json index 60de5e0c7..5f7feb9ef 100644 --- a/signer/config.json +++ b/signer/config.json @@ -1,7 +1,7 @@ { "whitelist_urls": [ "https?://localhost(:\\d+)?(/.*)?", - "https?://localhost.mytrezor.com(:\\d+)?(/.*)?", + "https?://localhost\\.mytrezor\\.com(:\\d+)?(/.*)?", "https://mytrezor\\.com(/.*)?", "https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?", "https://greenaddress\\.it(/.*)?",