From e95f7016be0956cdd952089d53510f99e4cb1c72 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 23 Feb 2015 12:16:28 +0100 Subject: [PATCH] add trezor.github.io to whitelist --- signer/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/config.json b/signer/config.json index 5f7feb9ef0..6f939fac67 100644 --- a/signer/config.json +++ b/signer/config.json @@ -4,9 +4,9 @@ "https?://localhost\\.mytrezor\\.com(:\\d+)?(/.*)?", "https://mytrezor\\.com(/.*)?", "https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?", + "https://trezor\\.github\\.io(/.*)?", "https://greenaddress\\.it(/.*)?", "https://[\\w\\.-]+\\.greenaddress\\.it(/.*)?" - ], "blacklist_urls": [ ],