From 19a807edda08e470ea2bdcda2da82266cdebc6af Mon Sep 17 00:00:00 2001 From: Flavien Charlon Date: Mon, 2 Mar 2015 17:48:30 +0000 Subject: [PATCH] Add Coinprism to the URL whitelist --- signer/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signer/config.json b/signer/config.json index 6f939fac67..3a31813627 100644 --- a/signer/config.json +++ b/signer/config.json @@ -6,7 +6,9 @@ "https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?", "https://trezor\\.github\\.io(/.*)?", "https://greenaddress\\.it(/.*)?", - "https://[\\w\\.-]+\\.greenaddress\\.it(/.*)?" + "https://[\\w\\.-]+\\.greenaddress\\.it(/.*)?", + "https://coinprism\\.com(/.*)?", + "https://[\\w\\.-]+\\.coinprism\\.com(/.*)?" ], "blacklist_urls": [ ],