2014-03-10 18:24:33 +00:00
|
|
|
{
|
|
|
|
"whitelist_urls": [
|
2014-07-28 14:47:39 +00:00
|
|
|
"https?://localhost(:\\d+)?(/.*)?",
|
2014-12-12 16:17:55 +00:00
|
|
|
"https?://localhost\\.mytrezor\\.com(:\\d+)?(/.*)?",
|
2014-07-28 14:47:39 +00:00
|
|
|
"https://mytrezor\\.com(/.*)?",
|
|
|
|
"https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?",
|
2015-02-23 11:16:28 +00:00
|
|
|
"https://trezor\\.github\\.io(/.*)?",
|
2014-07-28 14:47:39 +00:00
|
|
|
"https://greenaddress\\.it(/.*)?",
|
2015-03-02 17:48:30 +00:00
|
|
|
"https://[\\w\\.-]+\\.greenaddress\\.it(/.*)?",
|
|
|
|
"https://coinprism\\.com(/.*)?",
|
|
|
|
"https://[\\w\\.-]+\\.coinprism\\.com(/.*)?"
|
2014-03-10 18:24:33 +00:00
|
|
|
],
|
|
|
|
"blacklist_urls": [
|
|
|
|
],
|
|
|
|
"known_devices": [
|
|
|
|
["0x534c", "0x0001", "Trezor"],
|
2014-03-25 18:20:36 +00:00
|
|
|
["0x10c4", "0xea80", "Trezor Shield"]
|
2014-03-10 18:24:33 +00:00
|
|
|
],
|
2014-07-24 12:34:06 +00:00
|
|
|
"valid_days": 90
|
2014-03-10 18:24:33 +00:00
|
|
|
}
|