2014-03-10 18:24:33 +00:00
|
|
|
{
|
|
|
|
"whitelist_urls": [
|
2015-03-02 18:08:46 +00:00
|
|
|
"https?://localhost(:\\d+)?(/.*)?",
|
|
|
|
"https?://localhost\\.mytrezor\\.com(:\\d+)?(/.*)?",
|
|
|
|
"https://mytrezor\\.com(/.*)?",
|
|
|
|
"https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?",
|
2016-06-29 18:54:25 +00:00
|
|
|
"https://trezor\\.io(/.*)?",
|
|
|
|
"https://[\\w\\.-]+\\.trezor\\.io(/.*)?",
|
2015-03-02 18:08:46 +00:00
|
|
|
"https://trezor\\.github\\.io(/.*)?",
|
|
|
|
"https://greenaddress\\.it(/.*)?",
|
|
|
|
"https://[\\w\\.-]+\\.greenaddress\\.it(/.*)?",
|
|
|
|
"https://coinprism\\.com(/.*)?",
|
2015-04-16 09:17:19 +00:00
|
|
|
"https://[\\w\\.-]+\\.coinprism\\.com(/.*)?",
|
|
|
|
"https://bitex\\.la(/.*)?",
|
2016-03-07 23:37:26 +00:00
|
|
|
"https://[\\w\\.-]+\\.bitex\\.la(/.*)?",
|
2017-04-24 15:52:35 +00:00
|
|
|
"https://dash\\.run(/.*)?",
|
|
|
|
"https://[\\w\\.-]+\\.dash\\.run(/.*)?",
|
2017-08-08 16:47:02 +00:00
|
|
|
"https://0xproject\\.com(/.*)?",
|
2017-10-23 13:25:03 +00:00
|
|
|
"https://[\\w\\.-]+\\.unchained-capital\\.com(/.*)?",
|
2016-11-14 18:46:40 +00:00
|
|
|
"chrome-extension://jcjjhjgimijdkoamemaghajlhegmoclj(/.*)?"
|
2015-04-16 09:17:19 +00:00
|
|
|
],
|
2014-03-10 18:24:33 +00:00
|
|
|
"blacklist_urls": [
|
|
|
|
],
|
|
|
|
"known_devices": [
|
|
|
|
["0x534c", "0x0001", "Trezor"],
|
2016-06-30 11:55:30 +00:00
|
|
|
["0x1209", "0x53c0", "Trezor2 Bootloader"],
|
|
|
|
["0x1209", "0x53c1", "Trezor2"]
|
2017-10-23 13:34:17 +00:00
|
|
|
]
|
2014-03-10 18:24:33 +00:00
|
|
|
}
|