From 6d0f3083f3163f50f5a3753225cb26425355c83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20B=C3=ADlek?= Date: Wed, 10 Aug 2016 15:59:28 +0200 Subject: [PATCH] Adding chrome extension to white-listed domains --- signer/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/signer/config.json b/signer/config.json index ffdaf4144..ccbc9dcc7 100644 --- a/signer/config.json +++ b/signer/config.json @@ -14,7 +14,8 @@ "https://bitex\\.la(/.*)?", "https://[\\w\\.-]+\\.bitex\\.la(/.*)?", "https://quorumwallet\\.com(/.*)?", - "https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?" + "https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?", + "chrome-extension://jcjjhjgimijdkoamemaghajlhegmoclj(/.*)?" ], "blacklist_urls": [ ],