From 31d7134d6a6bc8f916396e594dc580abcf81f6bb Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 7 Mar 2016 23:37:26 +0000 Subject: [PATCH] Add Quorum Wallet 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 aefa0cb2a7..8515fc0633 100644 --- a/signer/config.json +++ b/signer/config.json @@ -10,7 +10,9 @@ "https://coinprism\\.com(/.*)?", "https://[\\w\\.-]+\\.coinprism\\.com(/.*)?", "https://bitex\\.la(/.*)?", - "https://[\\w\\.-]+\\.bitex\\.la(/.*)?" + "https://[\\w\\.-]+\\.bitex\\.la(/.*)?", + "https://quorumwallet\\.com(/.*)?", + "https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?" ], "blacklist_urls": [ ],