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

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