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
2016-03-14 18:58:43 +00:00

25 lines
717 B
JSON

{
"whitelist_urls": [
"https?://localhost(:\\d+)?(/.*)?",
"https?://localhost\\.mytrezor\\.com(:\\d+)?(/.*)?",
"https://mytrezor\\.com(/.*)?",
"https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?",
"https://trezor\\.github\\.io(/.*)?",
"https://greenaddress\\.it(/.*)?",
"https://[\\w\\.-]+\\.greenaddress\\.it(/.*)?",
"https://coinprism\\.com(/.*)?",
"https://[\\w\\.-]+\\.coinprism\\.com(/.*)?",
"https://bitex\\.la(/.*)?",
"https://[\\w\\.-]+\\.bitex\\.la(/.*)?",
"https://quorumwallet\\.com(/.*)?",
"https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?"
],
"blacklist_urls": [
],
"known_devices": [
["0x534c", "0x0001", "Trezor"],
["0x10c4", "0xea80", "Trezor Shield"]
],
"valid_days": 180
}