1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00
trezor-firmware/signer/config.json

21 lines
679 B
JSON
Raw Normal View History

{
"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(/.*)?"
],
"blacklist_urls": [
],
"known_devices": [
["0x534c", "0x0001", "Trezor"],
["0x10c4", "0xea80", "Trezor Shield"]
],
2014-07-24 12:34:06 +00:00
"valid_days": 90
}