From 7237cefbb48989d218b7393e2eeb7943cce1cd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20B=C3=ADlek?= Date: Thu, 10 Nov 2016 18:20:39 +0100 Subject: [PATCH] Add null to allow electron apps (#20) Electron discussion there https://github.com/electron/electron/issues/7931 It seems `Origin: 'null'` from electron apps is a feature, not a bug --- signer/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/signer/config.json b/signer/config.json index ccbc9dcc7d..2a6bae3e06 100644 --- a/signer/config.json +++ b/signer/config.json @@ -15,7 +15,8 @@ "https://[\\w\\.-]+\\.bitex\\.la(/.*)?", "https://quorumwallet\\.com(/.*)?", "https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?", - "chrome-extension://jcjjhjgimijdkoamemaghajlhegmoclj(/.*)?" + "chrome-extension://jcjjhjgimijdkoamemaghajlhegmoclj(/.*)?", + "null" ], "blacklist_urls": [ ],