1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
trezor-firmware/signer/config.json
2014-07-25 18:56:16 +02:00

17 lines
347 B
JSON

{
"whitelist_urls": [
"https?://localhost\\/.*",
"https://.*\\.mytrezor\\.com\\/.*",
"https://mytrezor\\.com\\/.*",
"https://.*\\.greenaddress\\.it\\/.*",
"https://greenaddress\\.it\\/.*"
],
"blacklist_urls": [
],
"known_devices": [
["0x534c", "0x0001", "Trezor"],
["0x10c4", "0xea80", "Trezor Shield"]
],
"valid_days": 90
}