1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

Updated whitelists

This commit is contained in:
slush0 2014-07-28 16:47:39 +02:00
parent 1bfaf05652
commit 82df876481

View File

@ -1,10 +1,11 @@
{ {
"whitelist_urls": [ "whitelist_urls": [
"https?://localhost:?[0-9]*\\/.*", "https?://localhost(:\\d+)?(/.*)?",
"https://.*\\.mytrezor\\.com\\/.*", "https://mytrezor\\.com(/.*)?",
"https://mytrezor\\.com\\/.*", "https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?",
"https://.*\\.greenaddress\\.it\\/.*", "https://greenaddress\\.it(/.*)?",
"https://greenaddress\\.it\\/.*" "https://[\\w\\.-]+\\.greenaddress\\.it(/.*)?"
], ],
"blacklist_urls": [ "blacklist_urls": [
], ],