1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

Add Coinprism to the URL whitelist

This commit is contained in:
Flavien Charlon 2015-03-02 17:48:30 +00:00
parent e95f7016be
commit 19a807edda

View File

@ -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": [
],