1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 12:58:13 +00:00

Merge pull request #16 from trezor/chrome-extension-patch

Adding chrome extension to white-listed domains
This commit is contained in:
slush0 2016-08-10 16:44:21 +02:00 committed by GitHub
commit a8ed2d41e8

View File

@ -14,7 +14,8 @@
"https://bitex\\.la(/.*)?", "https://bitex\\.la(/.*)?",
"https://[\\w\\.-]+\\.bitex\\.la(/.*)?", "https://[\\w\\.-]+\\.bitex\\.la(/.*)?",
"https://quorumwallet\\.com(/.*)?", "https://quorumwallet\\.com(/.*)?",
"https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?" "https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?",
"chrome-extension://jcjjhjgimijdkoamemaghajlhegmoclj(/.*)?"
], ],
"blacklist_urls": [ "blacklist_urls": [
], ],