1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 03:49:25 +00:00
trezor-firmware/signer/config.json

25 lines
717 B
JSON
Raw Normal View History

{
"whitelist_urls": [
2015-03-02 18:08:46 +00:00
"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(/.*)?",
2015-04-16 09:17:19 +00:00
"https://[\\w\\.-]+\\.coinprism\\.com(/.*)?",
"https://bitex\\.la(/.*)?",
2016-03-07 23:37:26 +00:00
"https://[\\w\\.-]+\\.bitex\\.la(/.*)?",
"https://quorumwallet\\.com(/.*)?",
"https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?"
2015-04-16 09:17:19 +00:00
],
"blacklist_urls": [
],
"known_devices": [
["0x534c", "0x0001", "Trezor"],
["0x10c4", "0xea80", "Trezor Shield"]
],
2015-04-16 09:17:19 +00:00
"valid_days": 180
}