You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/signer/config.json

19 lines
515 B

{
"whitelist_urls": [
"https?://localhost(:\\d+)?(/.*)?",
"https?://localhost\\.mytrezor\\.com(:\\d+)?(/.*)?",
"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"]
],
"valid_days": 90
}