1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/signer/config.json

30 lines
950 B
JSON
Raw Normal View History

{
"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(/.*)?",
"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(/.*)?",
"https://0xproject\\.com(/.*)?",
"https://[\\w\\.-]+\\.unchained-capital\\.com(/.*)?",
"chrome-extension://jcjjhjgimijdkoamemaghajlhegmoclj(/.*)?"
2015-04-16 09:17:19 +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
]
}